共用方式為


ProjectDataSet.AssignmentCustomFieldsRow members

Include protected members
Include inherited members

代表特定的ProjectDataSet.AssignmentRow資料列的自訂欄位值。

The ProjectDataSet.AssignmentCustomFieldsRow type exposes the following members.

Properties

  Name Description
Public property ASSN_UID 表示要套用的自訂欄位的工作分派的專一識別碼。
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 指定您想要的DUR_VALUE屬性如果FIELD_TYPE_ENUM屬性設定為 [輸入DURATION的顯示格式。
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 指定自訂欄位定義的唯一 ID。
Public property NUM_VALUE 如果FIELD_TYPE_ENUM屬性設定為 [輸入NUMBER,請指定自訂欄位值。
Public property PROJ_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屬性設定為 null 值。
Public method IsDATE_VALUENull 決定是否要將DATE_VALUE屬性設定為 null 值。
Public method IsDUR_FMTNull 決定是否要將DUR_FMT屬性設定為 null 值。
Public method IsDUR_VALUENull 決定是否要將DUR_VALUE屬性設定為 null 值。
Public method IsFIELD_TYPE_ENUMNull 決定是否要將FIELD_TYPE_ENUM屬性設定為 null 值。
Public method IsFLAG_VALUENull 決定是否要將FLAG_VALUE屬性設定為 null 值。
Public method IsINDICATOR_VALUENull 決定是否要將INDICATOR_VALUE屬性設定為 null 值。
Public method IsMD_PROP_IDNull 決定是否要將MD_PROP_ID屬性設定為 null 值。
Public method IsMD_PROP_UIDNull 決定是否要將MD_PROP_UID屬性設定為 null 值。
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屬性設定為 null 值。
Public method IsTEXT_VALUENull 決定是否要將TEXT_VALUE屬性設定為 null 值。
Protected method MemberwiseClone (Inherited from Object.)
Public method RejectChanges (Inherited from DataRow.)
Public method SetAdded (Inherited from DataRow.)
Public method SetCODE_VALUENull CODE_VALUE屬性設定為 null 值。
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屬性設定為 null 值。
Public method SetDUR_FMTNull DUR_FMT屬性設定為 null 值。
Public method SetDUR_VALUENull DUR_VALUE屬性設定為 null 值。
Public method SetFIELD_TYPE_ENUMNull FIELD_TYPE_ENUM屬性設定為 null 值。
Public method SetFLAG_VALUENull FLAG_VALUE屬性設定為 null 值。
Public method SetINDICATOR_VALUENull INDICATOR_VALUE屬性設定為 null 值。
Public method SetMD_PROP_IDNull MD_PROP_ID屬性設定為 null 值。
Public method SetMD_PROP_UIDNull MD_PROP_UID屬性設定為 null 值。
Public method SetModified (Inherited from DataRow.)
Protected method SetNull (Inherited from DataRow.)
Public method SetNUM_VALUENull NUM_VALUE屬性設定為 null 值。
Public method SetParentRow(DataRow) (Inherited from DataRow.)
Public method SetParentRow(DataRow, DataRelation) (Inherited from DataRow.)
Public method SetTEXT_VALUENull TEXT_VALUE屬性設定為 null 值。
Public method ToString (Inherited from Object.)

Top

請參閱

參照

ProjectDataSet.AssignmentCustomFieldsRow class

WebSvcProject namespace