Skip to main content

Class TargetDimension

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for TargetDimension. Target Dimension carrier

Inheritance

objectCarrierTargetDimension

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()

Examples

Get TargetDimension 123 using the WebApi client:
var configuration = new WebApiConfiguration(url);
var agent = new TargetsAgent(configuration);
var targetDimension = agent.GetTargetDimension( 123 );

Constructors

TargetDimension()

Default constructor - defaults any enum props to 0.

Properties

AssignmentLevel

What level this dimension can be assigned to (Company, Group, Associate) NULL if unknown enum value.

Property Value

TargetAssignementLevel?

See Also

TargetDimension.AssignmentLevel_String

AssignmentLevel_String

What level this dimension can be assigned to (Company, Group, Associate) Raw string enum value.

Property Value

string

See Also

TargetDimension.AssignmentLevel

DimensionListField

List that defines the dimensions for this target matrix (ex: Sale type, source, partner, business, udef or extrafield lists…)

Property Value

string

DimensionListId

List id (can be used by list provider system to get list items)

Property Value

int

DimensionListLabel

list label (list column name)

Property Value

string

DimensionListName

List name (can be used by list provider system to get list items)

Property Value

string

EntityType

Entity type for this set of targets (Sale, Project, Selection, Appointment…) NULL if unknown enum value.

Property Value

TargetEntityType?

See Also

TargetDimension.EntityType_String

EntityType_String

Entity type for this set of targets (Sale, Project, Selection, Appointment…) Raw string enum value.

Property Value

string

See Also

TargetDimension.EntityType

MeasurementUnit

What to measure (Amount, Count, Profit… NULL if unknown enum value.

Property Value

TargetMeasurementUnit?

See Also

TargetDimension.MeasurementUnit_String

MeasurementUnit_String

What to measure (Amount, Count, Profit… Raw string enum value.

Property Value

string

See Also

TargetDimension.MeasurementUnit

SelectedDimensions

id’s of the selected/wanted dimensions (what sale types or udef list lines that should be target dimensions)

Property Value

int[]

TargetDimensionId

Primary key

Property Value

int

See Also

TargetsAgent