WorkflowDataSet.WorkflowStageCustomFieldsDataTable.AddWorkflowStageCustomFieldsRow method (WorkflowDataSet.WorkflowStageRow, Guid, String, Boolean, Boolean)
This member is reserved for internal use and is not intended to be used directly from your code.
Namespace: WebSvcWorkflow
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
Public Function AddWorkflowStageCustomFieldsRow ( _
parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields As WorkflowDataSet.WorkflowStageRow, _
MD_PROP_UID As Guid, _
MD_PROP_NAME As String, _
REQUIRED As Boolean, _
READ_ONLY As Boolean _
) As WorkflowDataSet.WorkflowStageCustomFieldsRow
'Usage
Dim instance As WorkflowDataSet.WorkflowStageCustomFieldsDataTable
Dim parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields As WorkflowDataSet.WorkflowStageRow
Dim MD_PROP_UID As Guid
Dim MD_PROP_NAME As String
Dim REQUIRED As Boolean
Dim READ_ONLY As Boolean
Dim returnValue As WorkflowDataSet.WorkflowStageCustomFieldsRow
returnValue = instance.AddWorkflowStageCustomFieldsRow(parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields, _
MD_PROP_UID, MD_PROP_NAME, REQUIRED, _
READ_ONLY)
public WorkflowDataSet.WorkflowStageCustomFieldsRow AddWorkflowStageCustomFieldsRow(
WorkflowDataSet.WorkflowStageRow parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields,
Guid MD_PROP_UID,
string MD_PROP_NAME,
bool REQUIRED,
bool READ_ONLY
)
Parameters
- parentWorkflowStageRowByFK_WorkflowStage_WorkflowStageCustomFields
Type: WebSvcWorkflow.WorkflowDataSet.WorkflowStageRow
- MD_PROP_UID
Type: System.Guid
- MD_PROP_NAME
Type: System.String
- REQUIRED
Type: System.Boolean
- READ_ONLY
Type: System.Boolean
Return value
Type: WebSvcWorkflow.WorkflowDataSet.WorkflowStageCustomFieldsRow
Remarks
In general, developers should use the AddWorkflowStageCustomFieldsRow overload.
See also
Reference
WorkflowDataSet.WorkflowStageCustomFieldsDataTable class
WorkflowDataSet.WorkflowStageCustomFieldsDataTable members