Click or drag to resize

FndDataColumnCollection Class

A collection of FndDataColumn objects. Used as meta data for a row.
Inheritance Hierarchy

Namespace:  Ifs.Fnd.Data
Assembly:  Ifs.Fnd.Data (in Ifs.Fnd.Data.dll) Version: 4.52.10.0 (10.2.2.9999)
Syntax
C#
public class FndDataColumnCollection : PropertyDescriptorCollection

The FndDataColumnCollection type exposes the following members.

Constructors
  NameDescription
Public methodFndDataColumnCollection()
Initializes a new instance of the FndDataColumnCollection class
Public methodFndDataColumnCollection(String)
Initializes a new instance of the FndDataColumnCollection class
Public methodFndDataColumnCollection(String, String)
Initializes a new instance of the FndDataColumnCollection class
Public methodFndDataColumnCollection(String, String, String)
Initializes a new instance of the FndDataColumnCollection class
Public methodFndDataColumnCollection(String, String, String, FndDataColumnCollection)
Initializes a new instance of the FndDataColumnCollection class
Top
Properties
  NameDescription
Public propertyAggregateAttributeType
Typed definition of an aggregate attribute containing this kind of row
Public propertyArrayAttributeType
Typed definition of an array attribute containing this kind of rows
Public propertyEntity
The name of entity
Public propertyFormatString
Gets or sets the format string
Public propertyItem[Int32]
Returns an item within this collection
Public propertyItem[String]
Returns an item within this collection
Public propertyCode exampleObjectType
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
Public propertyPackage
Package in model
Public propertyPrimaryKey
The primary key columns
Public propertySpecialColumns
The special columns (Returns:OBJ_ID,OBJ_VERSION,CREATED_BY,CREATED_DATE)
Public propertyCode exampleTableType
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
Public propertyTag
Gets or sets the object that contains data about the column collection
Public propertyTermID
Term for the column
Public propertyTermPath
Term path
Public propertyTermUsageID
Term usage for the column
Public propertyCode exampleType
The name of the type
Top
Methods
  NameDescription
Public methodAdd(FndDataColumn)
Add a new FndDataColumn object
Public methodAdd(String, FndAttributeType)
Add a new FndDataColumn object
Public methodAdd(String, FndAttributeType, String)
Add a new FndDataColumn object
Public methodAdd(String, FndAttributeType, String, Int32)
Add a new FndDataColumn object
Public methodAdd(String, FndAttributeType, String, String)
Public methodAdd(String, FndAttributeType, String, String, Int32)
Public methodAttributeExist
Indicates if a specified column exists in the collection
Public methodAttributeIndex
Returns the index of a specified column
Public methodCopyTo
Copies the elements of the System.Collections.ICollection to an FndDataColumn array, starting at a particular FndDataColumn array index.
Public methodCreateRow
Creates a new data row based on the ObjectType property
Public methodCreateTable
Creates a new data table based on the TableType property
Public methodFind
Try to find the a column in the column collection
(Overrides PropertyDescriptorCollection.Find(String, Boolean).)
Public methodGetFormatStringColumns
The format string columns
Public methodGetHashCode
Returns the hash code of the object.
(Overrides Object.GetHashCode().)
Public methodStatic memberGetState
Return DataRowState from a state marker. Internal framework use only.
Public methodStatic memberGetStateMarker
Get state marker for a state. Internal framework use only.
Public methodIsPrimaryKey
Detects if a column is part of primary key
Public methodLock
Locks the meta data for generated view classes with fixed meta
Top
See Also