Skip to content

ERPConnect.BW.Property

Namespace: ERPConnect.BW
Assembly: ERPConnectStandard20.dll

A cube dimension's property

public class Property

Inheritance

objectProperty

Inherited Members

object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

Property()

Constructs a new Property object

public Property()

Property(string, string, string)

Constructs a new Property object

public Property(string Name, string Caption, string DataType)

Parameters

Name string

Name of the property

Caption string

Caption of the property

DataType string

SAP data type of the property (e.g. CHAR)

Properties

Caption

Caption of the property

public string Caption { get; set; }

Property Value

string

DataType

The SAP data type of the property (e.g. CHAR)

public string DataType { get; set; }

Property Value

string

FlatOrdinal

The ordinal number of the property when using FlatMDX process

public int FlatOrdinal { get; set; }

Property Value

int

Name

Name of the property

public string Name { get; set; }

Property Value

string

SelectForFlatMDX

Set to true to have this property as column in the output of the FlatMDX process

public bool SelectForFlatMDX { get; set; }

Property Value

bool