StiDataColumn Class |
Namespace: Stimulsoft.Report.Dictionary
The StiDataColumn type exposes the following members.
| Name | Description | |
|---|---|---|
| StiDataColumn |
Creates a new object of the type StiDataColumn.
| |
| StiDataColumn(String) |
Creates a new object of the type StiDataColumn.
| |
| StiDataColumn(String, Type) |
Creates a new object of the type StiDataColumn.
| |
| StiDataColumn(String, String, Type) |
Creates a new object of the type StiDataColumn.
| |
| StiDataColumn(String, String, String, Type) |
Creates a new object of the type StiDataColumn.
| |
| StiDataColumn(String, String, String, Type, String) |
Creates a new object of the type StiDataColumn.
|
| Name | Description | |
|---|---|---|
| Alias |
Gets or sets an alias of column data.
| |
| BusinessObject |
Gets or sets the Business Object in what the column is described.
| |
| ComponentId | ||
| DataSource |
Gets or sets the Data Source in what the column is described.
| |
| Index |
Gets or sets the index of a column in the collection of columns.
| |
| Inherited | ||
| Key |
Gets or sets the key of the dictionary object.
| |
| Name |
Gets or sets a column name.
| |
| NameInSource |
Gets or sets a original name.
| |
| PropName | ||
| Type |
Gets or sets the type of column data.
|
| Name | Description | |
|---|---|---|
| Clone |
Creates a new object that is a copy of the current instance.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetBusinessObjectFromDataColumn | ||
| GetColumnNameFromDataColumn |
Returns column name from the full name of column.
| |
| GetColumnPath | ||
| GetDataColumnFromColumnName |
Returns StiDataColumn from full name of column.
| |
| GetDataFromBusinessObject | ||
| GetDataFromDataColumn(StiDictionary, String) | ||
| GetDataFromDataColumn(StiDictionary, String, Boolean) |
Returns object from the Data Source with full name of column.
| |
| GetDataListFromDataColumn |
Returns list of object from the Data Source with specified DataColumn.
| |
| GetDatasFromDataColumn |
Returns array of object from the Data Source with specified DataColumn.
| |
| GetDataSourceFromDataColumn |
Returns Data Source from the full name of column.
| |
| GetEvents | ||
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetProperties | ||
| GetRelationName | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LoadFromJsonObject | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SaveToJsonObject | ||
| ToString | (Overrides ObjectToString.) | |
| ToString(Boolean) |
| Name | Description | |
|---|---|---|
| IsDateType | (Defined by StiDataColumnExt.) | |
| IsIntegerType | (Defined by StiDataColumnExt.) | |
| IsNumericType | (Defined by StiDataColumnExt.) |