Optimization : Optimization.Messages Namespace

Response.KeyValueType Class

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoContract]
public class Response.KeyValueType

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Optimization.Messages
Assembly: Optimization (in Optimization.dll)

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Public Fields

Key string . Documentation for this section has not yet been entered.
Value string . Documentation for this section has not yet been entered.

Member Details

Response.KeyValueType Constructor

Documentation for this section has not yet been entered.

public Response.KeyValueType ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Optimization.Messages
Assembly: Optimization (in Optimization.dll)

Key Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(1, IsRequired=true)]
public string Key

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Optimization.Messages
Assembly: Optimization (in Optimization.dll)

Value Field

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoMember(2, IsRequired=true)]
public string Value

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Optimization.Messages
Assembly: Optimization (in Optimization.dll)