Share via


LookupTableDataSet.LookupTableMasksDataTable.AddLookupTableMasksRow method (LookupTableDataSet.LookupTablesRow, Int32, Byte, Int32, String)

Adds a new LookupTableMasksRow to the LookupTableMasksDataTable by using the specified parameters.

Namespace:  WebSvcLookupTable
Assembly:  ProjectServerServices (in ProjectServerServices.dll)

Syntax

'Declaration
Public Function AddLookupTableMasksRow ( _
    parentLookupTablesRowByLookupTablesLookupTableMasks As LookupTableDataSet.LookupTablesRow, _
    LT_MASK_STRUCT_LEVEL As Integer, _
    LT_MASK_STRUCT_TYPE_ENUM As Byte, _
    LT_MASK_STRUCT_LENGTH As Integer, _
    LT_MASK_VALUE_SEPARATOR As String _
) As LookupTableDataSet.LookupTableMasksRow
'Usage
Dim instance As LookupTableDataSet.LookupTableMasksDataTable
Dim parentLookupTablesRowByLookupTablesLookupTableMasks As LookupTableDataSet.LookupTablesRow
Dim LT_MASK_STRUCT_LEVEL As Integer
Dim LT_MASK_STRUCT_TYPE_ENUM As Byte
Dim LT_MASK_STRUCT_LENGTH As Integer
Dim LT_MASK_VALUE_SEPARATOR As String
Dim returnValue As LookupTableDataSet.LookupTableMasksRow

returnValue = instance.AddLookupTableMasksRow(parentLookupTablesRowByLookupTablesLookupTableMasks, _
    LT_MASK_STRUCT_LEVEL, LT_MASK_STRUCT_TYPE_ENUM, _
    LT_MASK_STRUCT_LENGTH, LT_MASK_VALUE_SEPARATOR)
public LookupTableDataSet.LookupTableMasksRow AddLookupTableMasksRow(
    LookupTableDataSet.LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableMasks,
    int LT_MASK_STRUCT_LEVEL,
    byte LT_MASK_STRUCT_TYPE_ENUM,
    int LT_MASK_STRUCT_LENGTH,
    string LT_MASK_VALUE_SEPARATOR
)

Parameters

  • LT_MASK_STRUCT_LEVEL
    Type: System.Int32

    The outline level of the code mask structure.

  • LT_MASK_STRUCT_TYPE_ENUM
    Type: System.Byte

    The type of data for a lookup table mask structure, specified by the LookupTables.MaskSequence enumeration.

  • LT_MASK_STRUCT_LENGTH
    Type: System.Int32

    The number of characters, numbers, or letters in the code mask.

  • LT_MASK_VALUE_SEPARATOR
    Type: System.String

    The separator character that is used in a lookup table mask for lookup table values.

Return value

Type: WebSvcLookupTable.LookupTableDataSet.LookupTableMasksRow

See also

Reference

LookupTableDataSet.LookupTableMasksDataTable class

LookupTableDataSet.LookupTableMasksDataTable members

AddLookupTableMasksRow overload

WebSvcLookupTable namespace