共用方式為


StatusingDataSet.ResourceCustomFieldsRow members

Include protected members
Include inherited members

指定一列的資源自訂欄位的狀態資訊。

The StatusingDataSet.ResourceCustomFieldsRow type exposes the following members.

Properties

  Name Description
Public property CODE_VALUE 如果FIELD_TYPE_ENUM屬性設定為 [輸入GUID,請指定自訂欄位的值。
Public property CUSTOM_FIELD_UID 指定自訂欄位值的唯一識別項。
Public property DATE_VALUE 如果FIELD_TYPE_ENUM屬性設定為 [輸入DATE,請指定自訂欄位的值。
Public property DUR_FMT 如果FIELD_TYPE_ENUM屬性設定為 [輸入DURATION,請指定 [ DUR_VALUE ] 屬性的顯示格式。
Public property DUR_VALUE 如果FIELD_TYPE_ENUM屬性設定為 [輸入DURATION,請指定自訂欄位值。
Public property FIELD_TYPE_ENUM 指定此自訂欄位的PSDataType值。
Public property FLAG_VALUE 如果FIELD_TYPE_ENUM屬性設定為 [輸入YESNO,請指定自訂欄位的值。
Public property HasErrors (Inherited from DataRow.)
Public property INDICATOR_VALUE 如果FIELD_TYPE_ENUM屬性設定為 [輸入INDICATOR,請指定自訂欄位的值。
Public property Item[Int32] (Inherited from DataRow.)
Public property Item[String] (Inherited from DataRow.)
Public property Item[DataColumn] (Inherited from DataRow.)
Public property Item[Int32, DataRowVersion] (Inherited from DataRow.)
Public property Item[String, DataRowVersion] (Inherited from DataRow.)
Public property Item[DataColumn, DataRowVersion] (Inherited from DataRow.)
Public property ItemArray (Inherited from DataRow.)
Public property MD_PROP_ID 指定的整數為基礎的企業自訂欄位識別碼。
Public property MD_PROP_UID 指定的企業自訂欄位的唯一識別項。
Public property NUM_VALUE 如果FIELD_TYPE_ENUM屬性設定為 [輸入NUMBER,請指定自訂欄位的欄位值。
Public property PROJ_UID 指定自訂欄位的資料相關聯的專案的唯一識別項。
Public property RES_UID 指定自訂欄位的資料相關聯的資源的唯一識別項。
Public property RowError (Inherited from DataRow.)
Public property RowState (Inherited from DataRow.)
Public property Table (Inherited from DataRow.)
Public property TEXT_VALUE 如果FIELD_TYPE_ENUM屬性設定為 [輸入STRING,請指定自訂欄位的欄位值。

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataRow.)
Public method BeginEdit (Inherited from DataRow.)
Public method CancelEdit (Inherited from DataRow.)
Public method ClearErrors (Inherited from DataRow.)
Public method Delete (Inherited from DataRow.)
Public method EndEdit (Inherited from DataRow.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetChildRows(String) (Inherited from DataRow.)
Public method GetChildRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetChildRows(DataRelation) (Inherited from DataRow.)
Public method GetChildRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetColumnError(Int32) (Inherited from DataRow.)
Public method GetColumnError(String) (Inherited from DataRow.)
Public method GetColumnError(DataColumn) (Inherited from DataRow.)
Public method GetColumnsInError (Inherited from DataRow.)
Public method GetHashCode (Inherited from Object.)
Public method GetParentRow(String) (Inherited from DataRow.)
Public method GetParentRow(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRow(DataRelation) (Inherited from DataRow.)
Public method GetParentRow(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(String) (Inherited from DataRow.)
Public method GetParentRows(String, DataRowVersion) (Inherited from DataRow.)
Public method GetParentRows(DataRelation) (Inherited from DataRow.)
Public method GetParentRows(DataRelation, DataRowVersion) (Inherited from DataRow.)
Public method GetType (Inherited from Object.)
Public method HasVersion (Inherited from DataRow.)
Public method IsCODE_VALUENull 決定是否要將CODE_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsDATE_VALUENull 決定是否要將DATE_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsDUR_FMTNull 決定是否要將DUR_FMT屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsDUR_VALUENull 決定是否要將DUR_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsFIELD_TYPE_ENUMNull 決定是否要將FIELD_TYPE_ENUM屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsFLAG_VALUENull 決定是否要將FLAG_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsINDICATOR_VALUENull 決定是否要將INDICATOR_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsMD_PROP_IDNull 決定是否要將MD_PROP_ID屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsMD_PROP_UIDNull 決定是否要將MD_PROP_UID屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsNull(Int32) (Inherited from DataRow.)
Public method IsNull(String) (Inherited from DataRow.)
Public method IsNull(DataColumn) (Inherited from DataRow.)
Public method IsNull(DataColumn, DataRowVersion) (Inherited from DataRow.)
Public method IsNUM_VALUENull 決定是否要將NUM_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method IsTEXT_VALUENull 決定是否要將TEXT_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetCODE_VALUENull CODE_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetColumnError(Int32, String) (Inherited from DataRow.)
Public method SetColumnError(String, String) (Inherited from DataRow.)
Public method SetColumnError(DataColumn, String) (Inherited from DataRow.)
Public method SetDATE_VALUENull DATE_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetDUR_FMTNull DUR_FMT屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetDUR_VALUENull DUR_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetFIELD_TYPE_ENUMNull FIELD_TYPE_ENUM屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetFLAG_VALUENull FLAG_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetINDICATOR_VALUENull INDICATOR_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetMD_PROP_IDNull MD_PROP_ID屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetMD_PROP_UIDNull MD_PROP_UID屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetNUM_VALUENull NUM_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetTEXT_VALUENull TEXT_VALUE屬性設定為a null reference (Nothing in Visual Basic)的值。
Public method ToString (Inherited from Object.)

Top

請參閱

參照

StatusingDataSet.ResourceCustomFieldsRow class

WebSvcStatusing namespace