Skip to main content

Class TargetAssignment

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TargetAssignment. Target Period Assignment carrier

Inheritance

objectCarrierTargetAssignment

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

TargetAssignment()

Default constructor - defaults any enum props to 0.

Properties

Currency

The currency of the target.

Use MDO List name “currency” to get list items.

Property Value

Currency

DimensionListItem

Id of the dimension list item this assignement is for

Property Value

int

DimensionListItemDisplayName

Display name of the dimension list item this assignement is for.

Property Value

string

Locked

Locked, should not be editable

Property Value

bool

TargetAssignmentInfoId

Primary key

Property Value

int

TargetAssociate

The associate this target is set for. Only one of TargetAssociate, TargetContact and TargetUserGroup will be set for a target.

Property Value

Associate

TargetContact

The contact this target is set for. Only one of TargetAssociate, TargetContact and TargetUserGroup will be set for a target.

Property Value

Contact

TargetUserGroup

The usergroup this target is set for. Only one of TargetAssociate, TargetContact and TargetUserGroup will be set for a target.

Property Value

UserGroup

Values

Values of the target; all periods; in ascending order.

Property Value

double[]

See Also

TargetsAgent