ProjectTimesheetLinesDataSet.CustomFieldsDataTable.AddCustomFieldsRow メソッド
CustomFieldsDataTableをCustomFieldsRowを追加します。
名前空間: WebSvcTimeSheet
アセンブリ: ProjectServerServices (ProjectServerServices.dll 内)
構文
'宣言
Public Sub AddCustomFieldsRow ( _
row As ProjectTimesheetLinesDataSet.CustomFieldsRow _
)
'使用
Dim instance As ProjectTimesheetLinesDataSet.CustomFieldsDataTable
Dim row As ProjectTimesheetLinesDataSet.CustomFieldsRow
instance.AddCustomFieldsRow(row)
public void AddCustomFieldsRow(
ProjectTimesheetLinesDataSet.CustomFieldsRow row
)
パラメーター
row
型: WebSvcTimeSheet.ProjectTimesheetLinesDataSet.CustomFieldsRow追加するには、ユーザー設定フィールドの行です。
注釈
AddCustomFieldsRowメソッドのシグネチャは次のように、オーバー ロードします。
サード パーティの開発者は、たとえば、 AddCustomFieldsRow(ProjectTimesheetLinesDataSet.CustomFieldsRow row)をProjectTimesheetLinesDataSet.CustomFieldsRow 1 つのパラメーターを持つオーバー ロードを使用してください。
Microsoft Visual Studio で、[オブジェクト エクスプ ローラーはCustomFieldsRowのすべてのフィールドを個々 のパラメーターを使用する別のオーバー ロードを示しています。オーバー ロードは、内部的に使用されます。
public CustomFieldsRow AddCustomFieldsRow ( Guid CUSTOM_FIELD_UID, Guid TS_UID, ProjectTimesheetLinesRow parentProjectTimesheetLinesRowByLines_CustomFields, Guid MD_PROP_UID, int MD_PROP_ID, byte FIELD_TYPE_ENUM, bool FLAG_VALUE, string TEXT_VALUE, DateTime DATE_VALUE, int DUR_VALUE, decimal NUM_VALUE, byte DUR_FMT, int INDICATOR_VALUE, Guid CODE_VALUE, string CODE_TEXT_VALUE, decimal CODE_NUM_VALUE, DateTime CODE_DATE_VALUE, int CODE_DUR_VALUE, byte CODE_DUR_FMT )
関連項目
参照先
ProjectTimesheetLinesDataSet.CustomFieldsDataTable クラス