Class SelectDimension
Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.
Inheritance
Namespace: Algenta.Colectica.Model.Ddi
Assembly: Algenta.Colectica.Model.Ddi.dll
Syntax
public class SelectDimension : object
Properties
AllValues
Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.
Declaration
public bool AllValues { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RangeMaximum
Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.
Declaration
public string RangeMaximum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RangeMinimum
Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.
Declaration
public string RangeMinimum { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Rank
Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.
Declaration
public int Rank { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
SpecificValue
Part of the GridAttachment implementation. Colectica will serialize and deserialize this, but will not provide any display or user interaction with this information, except through the SDK. We consider this section of the standard ambiguous and do not recommend using it.
Declaration
public string SpecificValue { get; set; }
Property Value
Type | Description |
---|---|
System.String |