CustomFieldDataSet.CustomFieldsDataTable members

Represents enterprise custom fields that are defined in one or more CustomFieldDataSet.CustomFieldsRow rows.

The CustomFieldDataSet.CustomFieldsDataTable type exposes the following members.

Constructors

  Name Description
Public method CustomFieldDataSet.CustomFieldsDataTable() Creates an instance of the CustomFieldsDataTable class.
Protected method CustomFieldDataSet.CustomFieldsDataTable(SerializationInfo, StreamingContext) Creates an instance of the CustomFieldsDataTable class, using parameters.

Top

Properties

  Name Description
Public property APP_ENTITY_UIDColumn Defines the column for the APP_ENTITY_UID field.
Public property CaseSensitive (Inherited from DataTable.)
Public property ChildRelations (Inherited from DataTable.)
Public property Columns (Inherited from DataTable.)
Public property Constraints (Inherited from DataTable.)
Public property Container (Inherited from MarshalByValueComponent.)
Public property Count Gets the number of rows in the CustomFieldDataTable.
Public property DataSet (Inherited from DataTable.)
Public property DefaultView (Inherited from DataTable.)
Public property DesignMode (Inherited from MarshalByValueComponent.)
Public property DisplayExpression (Inherited from DataTable.)
Protected property Events (Inherited from MarshalByValueComponent.)
Public property ExtendedProperties (Inherited from DataTable.)
Public property HasErrors (Inherited from DataTable.)
Public property IsInitialized (Inherited from DataTable.)
Public property Item Gets a row in the CustomFieldsDataTable, where the row is specified by an index.
Public property Locale (Inherited from DataTable.)
Public property MD_AGGREGATION_TYPE_ENUMColumn Defines the column for the MD_AGGREGATION_TYPE_ENUM field.
Public property MD_ENT_TYPE_UIDColumn Defines the column for the MD_ENT_TYPE_UID field.
Public property MD_LOOKUP_TABLE_UIDColumn Defines the column for the MD_LOOKUP_TABLE_UID field.
Public property MD_PROP_CHECKOUTBYColumn Defines the column for the MD_PROP_CHECKOUTBY field.
Public property MD_PROP_CHECKOUTDATEColumn Defines the column for the MD_PROP_CHECKOUTDATE field.
Public property MD_PROP_COPY_ON_REASSIGNMENTColumn Defines the column for the MD_PROP_COPY_ON_REASSIGNMENT field.
Public property MD_PROP_DEFAULT_VALUEColumn Defines the column for the MD_PROP_DEFAULT_VALUE field.
Public property MD_PROP_DEPARTMENT_UIDColumn Defines the column for the MD_PROP_DEPARTMENT_UID field.
Public property MD_PROP_DESCRIPTIONColumn Defines the column for the MD_PROP_DESCRIPTION field.
Public property MD_PROP_FORMULAColumn Defines the column for the MD_PROP_FORMULA field.
Public property MD_PROP_GRAPHICAL_INDICATOR_TOOLTIPColumn Defines the column for the MD_PROP_GRAPHICAL_INDICATOR_TOOLTIP field.
Public property MD_PROP_GRAPHICAL_INDICATORColumn Defines the column for the MD_PROP_GRAPHICAL_INDICATOR field.
Public property MD_PROP_ID_SECONDARYColumn Defines the column for the MD_PROP_ID_SECONDARY field.
Public property MD_PROP_IDColumn Defines the column for the MD_PROP_ID field.
Public property MD_PROP_IS_EDITABLE_IN_VISIBILITYColumn Defines the column for the MD_PROP_IS_EDITABLE_IN_VISIBILITY field.
Public property MD_PROP_IS_LEAF_NODE_ONLYColumn Defines the column for the MD_PROP_IS_LEAF_NODE_ONLY field.
Public property MD_PROP_IS_MULTILINE_TEXTColumn Defines a column for the MD_PROP_IS_MULTILINE_TEXT field.
Public property MD_PROP_IS_REQUIREDColumn Defines the column for the MD_PROP_IS_REQUIRED field.
Public property MD_PROP_IS_WORKFLOW_CONTROLLEDColumn Defines the column for the MD_PROP_IS_WORKFLOW_CONTROLLED field.
Public property MD_PROP_MAX_VALUESColumn Defines the column for the MD_PROP_MAX_VALUES field.
Public property MD_PROP_NAMEColumn Defines the column for the MD_PROP_NAME field.
Public property MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATORColumn Defines the column for the MD_PROP_PROJ_SUMM_GRAPHICAL_INDICATOR field.
Public property MD_PROP_ROLLDOWN_TO_ASSNColumn Defines the column for the MD_PROP_ROLLDOWN_TO_ASSN field.
Public property MD_PROP_SUMM_GRAPHICAL_INDICATORColumn Defines the column for the MD_PROP_SUMM_GRAPHICAL_INDICATOR field.
Public property MD_PROP_TYPE_ENUMColumn Defines the column for the MD_PROP_TYPE_ENUM field.
Public property MD_PROP_UID_SECONDARYColumn Defines the column for the MD_PROP_UID_SECONDARY field.
Public property MD_PROP_UIDColumn Defines the column for the MD_PROP_UID field.
Public property MD_PROP_USE_FOR_MATCHINGColumn Defines the column for the MD_PROP_USE_FOR_MATCHING field.
Public property MinimumCapacity (Inherited from DataTable.)
Public property MOD_DATEColumn Defines the column for the MOD_DATE field.
Public property Namespace (Inherited from DataTable.)
Public property ParentRelations (Inherited from DataTable.)
Public property Prefix (Inherited from DataTable.)
Public property PrimaryKey (Inherited from DataTable.)
Public property RemotingFormat (Inherited from DataTable.)
Public property Rows (Inherited from DataTable.)
Public property Site (Inherited from DataTable.)
Public property TableName (Inherited from DataTable.)

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataTable.)
Public method AddCustomFieldsRow Adds a CustomFieldsRow object to the CustomFieldsDataTable.
Public method BeginInit (Inherited from DataTable.)
Public method BeginLoadData (Inherited from DataTable.)
Public method Clear (Inherited from DataTable.)
Public method Clone (Overrides DataTable.Clone().)
Public method Compute (Inherited from DataTable.)
Public method Copy (Inherited from DataTable.)
Public method CreateDataReader (Inherited from DataTable.)
Protected method CreateInstance (Overrides DataTable.CreateInstance().)
Public method Dispose() (Inherited from MarshalByValueComponent.)
Protected method Dispose(Boolean) (Inherited from MarshalByValueComponent.)
Public method EndInit (Inherited from DataTable.)
Public method EndLoadData (Inherited from DataTable.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from MarshalByValueComponent.)
Public method FindByMD_PROP_UID Retrieves a CustomFieldRow object by using the specified custom field GUID.
Public method GetChanges() (Inherited from DataTable.)
Public method GetChanges(DataRowState) (Inherited from DataTable.)
Public method GetEnumerator Gets an enumerator that can be used to iterate through the rows of the CustomFieldsDataTable.
Public method GetErrors (Inherited from DataTable.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from DataTable.)
Protected method GetRowType (Overrides DataTable.GetRowType().)
Protected method GetSchema (Inherited from DataTable.)
Public method GetService (Inherited from MarshalByValueComponent.)
Public method GetType (Inherited from Object.)
Public methodStatic member GetTypedTableSchema This member is reserved for internal use and is not intended to be used directly from your code.
Public method ImportRow (Inherited from DataTable.)
Public method Load(IDataReader) (Inherited from DataTable.)
Public method Load(IDataReader, LoadOption) (Inherited from DataTable.)
Public method Load(IDataReader, LoadOption, FillErrorEventHandler) (Inherited from DataTable.)
Public method LoadDataRow([], Boolean) (Inherited from DataTable.)
Public method LoadDataRow([], LoadOption) (Inherited from DataTable.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Merge(DataTable) (Inherited from DataTable.)
Public method Merge(DataTable, Boolean) (Inherited from DataTable.)
Public method Merge(DataTable, Boolean, MissingSchemaAction) (Inherited from DataTable.)
Public method NewCustomFieldsRow Creates a CustomFieldsRow object in the CustomFieldsDataTable.
Public method NewRow (Inherited from DataTable.)
Protected method NewRowArray (Inherited from DataTable.)
Protected method NewRowFromBuilder (Overrides DataTable.NewRowFromBuilder(DataRowBuilder).)
Protected method OnColumnChanged (Inherited from DataTable.)
Protected method OnColumnChanging (Inherited from DataTable.)
Protected method OnPropertyChanging (Inherited from DataTable.)
Protected method OnRemoveColumn (Inherited from DataTable.)
Protected method OnRowChanged (Overrides DataTable.OnRowChanged(DataRowChangeEventArgs).)
Protected method OnRowChanging (Overrides DataTable.OnRowChanging(DataRowChangeEventArgs).)
Protected method OnRowDeleted (Overrides DataTable.OnRowDeleted(DataRowChangeEventArgs).)
Protected method OnRowDeleting (Overrides DataTable.OnRowDeleting(DataRowChangeEventArgs).)
Protected method OnTableCleared (Inherited from DataTable.)
Protected method OnTableClearing (Inherited from DataTable.)
Protected method OnTableNewRow (Inherited from DataTable.)
Public method ReadXml(Stream) (Inherited from DataTable.)
Public method ReadXml(TextReader) (Inherited from DataTable.)
Public method ReadXml(String) (Inherited from DataTable.)
Public method ReadXml(XmlReader) (Inherited from DataTable.)
Public method ReadXmlSchema(Stream) (Inherited from DataTable.)
Public method ReadXmlSchema(TextReader) (Inherited from DataTable.)
Public method ReadXmlSchema(String) (Inherited from DataTable.)
Public method ReadXmlSchema(XmlReader) (Inherited from DataTable.)
Protected method ReadXmlSerializable (Inherited from DataTable.)
Public method RejectChanges (Inherited from DataTable.)
Public method RemoveCustomFieldsRow Deletes the specified CustomFieldsRow object from the CustomFieldDataTable.
Public method Reset (Inherited from DataTable.)
Public method Select() (Inherited from DataTable.)
Public method Select(String) (Inherited from DataTable.)
Public method Select(String, String) (Inherited from DataTable.)
Public method Select(String, String, DataViewRowState) (Inherited from DataTable.)
Public method ToString (Inherited from DataTable.)
Public method WriteXml(Stream) (Inherited from DataTable.)
Public method WriteXml(TextWriter) (Inherited from DataTable.)
Public method WriteXml(XmlWriter) (Inherited from DataTable.)
Public method WriteXml(String) (Inherited from DataTable.)
Public method WriteXml(Stream, Boolean) (Inherited from DataTable.)
Public method WriteXml(TextWriter, Boolean) (Inherited from DataTable.)
Public method WriteXml(XmlWriter, Boolean) (Inherited from DataTable.)
Public method WriteXml(String, Boolean) (Inherited from DataTable.)
Public method WriteXml(Stream, XmlWriteMode) (Inherited from DataTable.)
Public method WriteXml(TextWriter, XmlWriteMode) (Inherited from DataTable.)
Public method WriteXml(XmlWriter, XmlWriteMode) (Inherited from DataTable.)
Public method WriteXml(String, XmlWriteMode) (Inherited from DataTable.)
Public method WriteXml(Stream, XmlWriteMode, Boolean) (Inherited from DataTable.)
Public method WriteXml(TextWriter, XmlWriteMode, Boolean) (Inherited from DataTable.)
Public method WriteXml(XmlWriter, XmlWriteMode, Boolean) (Inherited from DataTable.)
Public method WriteXml(String, XmlWriteMode, Boolean) (Inherited from DataTable.)
Public method WriteXmlSchema(Stream) (Inherited from DataTable.)
Public method WriteXmlSchema(TextWriter) (Inherited from DataTable.)
Public method WriteXmlSchema(XmlWriter) (Inherited from DataTable.)
Public method WriteXmlSchema(String) (Inherited from DataTable.)
Public method WriteXmlSchema(Stream, Boolean) (Inherited from DataTable.)
Public method WriteXmlSchema(TextWriter, Boolean) (Inherited from DataTable.)
Public method WriteXmlSchema(XmlWriter, Boolean) (Inherited from DataTable.)
Public method WriteXmlSchema(String, Boolean) (Inherited from DataTable.)

Top

Events

  Name Description
Public event ColumnChanged (Inherited from DataTable.)
Public event ColumnChanging (Inherited from DataTable.)
Public event CustomFieldsRowChanged The post-event that occurs after a CustomFieldsRow object is changed.
Public event CustomFieldsRowChanging The pre-event that occurs before a CustomFieldsRow object is changed.
Public event CustomFieldsRowDeleted The post-event that occurs after a CustomFieldsRow object is deleted.
Public event CustomFieldsRowDeleting The Ppre-event that occurs before a CustomFieldsRow object is deleted.
Public event Disposed (Inherited from MarshalByValueComponent.)
Public event Initialized (Inherited from DataTable.)
Public event RowChanged (Inherited from DataTable.)
Public event RowChanging (Inherited from DataTable.)
Public event RowDeleted (Inherited from DataTable.)
Public event RowDeleting (Inherited from DataTable.)
Public event TableCleared (Inherited from DataTable.)
Public event TableClearing (Inherited from DataTable.)
Public event TableNewRow (Inherited from DataTable.)

Top

Fields

  Name Description
Protected field fInitInProgress (Inherited from DataTable.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate property IListSource.ContainsListCollection (Inherited from DataTable.)
Explicit interface implemetationPrivate method IListSource.GetList (Inherited from DataTable.)
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema (Inherited from DataTable.)
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml (Inherited from DataTable.)
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml (Inherited from DataTable.)

Top

See also

Reference

CustomFieldDataSet.CustomFieldsDataTable class

WebSvcCustomFields namespace