Optimization : Optimization.Messages Namespace

Task.KeyValueType Class

Documentation for this section has not yet been entered.

[ProtoBuf.ProtoContract]
public class Task.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

Task.KeyValueType Constructor

Documentation for this section has not yet been entered.

public Task.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)