Show / Hide Table of Contents

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
System.Object
SelectDimension
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

Extension Methods

Extensions.Yield<T>(T)
Back to top Copyright © 2009-2018 Colectica