FndDataColumnCollection Class |
Namespace: Ifs.Fnd.Data
public class FndDataColumnCollection : PropertyDescriptorCollection
The FndDataColumnCollection type exposes the following members.
Name | Description | |
---|---|---|
![]() | FndDataColumnCollection() |
Initializes a new instance of the FndDataColumnCollection class
|
![]() | FndDataColumnCollection(String) |
Initializes a new instance of the FndDataColumnCollection class
|
![]() | FndDataColumnCollection(String, String) |
Initializes a new instance of the FndDataColumnCollection class
|
![]() | FndDataColumnCollection(String, String, String) |
Initializes a new instance of the FndDataColumnCollection class
|
![]() | FndDataColumnCollection(String, String, String, FndDataColumnCollection) |
Initializes a new instance of the FndDataColumnCollection class
|
Name | Description | |
---|---|---|
![]() | AggregateAttributeType |
Typed definition of an aggregate attribute containing this kind of row
|
![]() | ArrayAttributeType |
Typed definition of an array attribute containing this kind of rows
|
![]() | Entity |
The name of entity
|
![]() | FormatString |
Gets or sets the format string
|
![]() | Item[Int32] |
Returns an item within this collection
|
![]() | Item[String] |
Returns an item within this collection
|
![]() ![]() | ObjectType |
Property ObjectType indicates what kind of object should be instantiated to match this meta data.
This type must be a subclass from FndDataRow and must have a constructor without parameters
|
![]() | Package |
Package in model
|
![]() | PrimaryKey |
The primary key columns
|
![]() | SpecialColumns |
The special columns (Returns:OBJ_ID,OBJ_VERSION,CREATED_BY,CREATED_DATE)
|
![]() ![]() | TableType |
Property TableType indicates what kind of object should be instantiated to match this meta data.
This type must be a subclass from FndDataTable and must have a constructor without parameters
|
![]() | Tag |
Gets or sets the object that contains data about the column collection
|
![]() | TermID |
Term for the column
|
![]() | TermPath |
Term path
|
![]() | TermUsageID |
Term usage for the column
|
![]() ![]() | Type |
The name of the type
|
Name | Description | |
---|---|---|
![]() | Add(FndDataColumn) |
Add a new FndDataColumn object
|
![]() | Add(String, FndAttributeType) |
Add a new FndDataColumn object
|
![]() | Add(String, FndAttributeType, String) |
Add a new FndDataColumn object
|
![]() | Add(String, FndAttributeType, String, Int32) |
Add a new FndDataColumn object
|
![]() | Add(String, FndAttributeType, String, String) | |
![]() | Add(String, FndAttributeType, String, String, Int32) | |
![]() | AttributeExist |
Indicates if a specified column exists in the collection
|
![]() | AttributeIndex |
Returns the index of a specified column
|
![]() | CopyTo |
Copies the elements of the System.Collections.ICollection to an FndDataColumn array, starting at a particular FndDataColumn array index.
|
![]() | CreateRow |
Creates a new data row based on the ObjectType property
|
![]() | CreateTable |
Creates a new data table based on the TableType property
|
![]() | Find |
Try to find the a column in the column collection
(Overrides PropertyDescriptorCollection.Find(String, Boolean).) |
![]() | GetFormatStringColumns |
The format string columns
|
![]() | GetHashCode |
Returns the hash code of the object.
(Overrides Object.GetHashCode().) |
![]() ![]() | GetState |
Return DataRowState from a state marker. Internal framework use only.
|
![]() ![]() | GetStateMarker |
Get state marker for a state. Internal framework use only.
|
![]() | IsPrimaryKey |
Detects if a column is part of primary key
|
![]() | Lock |
Locks the meta data for generated view classes with fixed meta
|