LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable.AddLookupTableMaskStructuresRow Method (LookupTableMultiLangDataSet.LookupTablesRow, Int32, Byte, Int32)

Adds a new LookupTableMaskStructuresRow to the LookupTableMaskStructuresDataTable using the specified parameters.

Namespace:  [LookupTable Web service]
Service reference: http://ServerName:32843/[Project Service Application GUID]/PSI/LookupTable.svc
Web service reference: http://ServerName/ProjectServerName/_vti_bin/PSI/LookupTable.asmx?wsdl

Syntax

'Declaration
Public Function AddLookupTableMaskStructuresRow ( _
    parentLookupTablesRowByLookupTablesLookupTableMaskStructures As LookupTableMultiLangDataSet.LookupTablesRow, _
    LT_MASK_STRUCT_LEVEL As Integer, _
    LT_MASK_STRUCT_TYPE_ENUM As Byte, _
    LT_MASK_STRUCT_LENGTH As Integer _
) As LookupTableMultiLangDataSet.LookupTableMaskStructuresRow
'Usage
Dim instance As LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable
Dim parentLookupTablesRowByLookupTablesLookupTableMaskStructures As LookupTableMultiLangDataSet.LookupTablesRow
Dim LT_MASK_STRUCT_LEVEL As Integer
Dim LT_MASK_STRUCT_TYPE_ENUM As Byte
Dim LT_MASK_STRUCT_LENGTH As Integer
Dim returnValue As LookupTableMultiLangDataSet.LookupTableMaskStructuresRow

returnValue = instance.AddLookupTableMaskStructuresRow(parentLookupTablesRowByLookupTablesLookupTableMaskStructures, _
    LT_MASK_STRUCT_LEVEL, LT_MASK_STRUCT_TYPE_ENUM, _
    LT_MASK_STRUCT_LENGTH)
public LookupTableMultiLangDataSet.LookupTableMaskStructuresRow AddLookupTableMaskStructuresRow(
    LookupTableMultiLangDataSet.LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableMaskStructures,
    int LT_MASK_STRUCT_LEVEL,
    byte LT_MASK_STRUCT_TYPE_ENUM,
    int LT_MASK_STRUCT_LENGTH
)

Parameters

  • LT_MASK_STRUCT_LEVEL
    Type: System.Int32
    Outline level of the code mask structure.
  • LT_MASK_STRUCT_TYPE_ENUM
    Type: System.Byte
    Type of data for a lookup table mask structure, specified by the LookupTables.MaskSequence enumeration.
  • LT_MASK_STRUCT_LENGTH
    Type: System.Int32
    Number of characters, numbers, or letters in the code mask.

Return Value

Type: [LookupTable Web service].LookupTableMultiLangDataSet.LookupTableMaskStructuresRow

See Also

Reference

LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable Class

LookupTableMultiLangDataSet.LookupTableMaskStructuresDataTable Members

AddLookupTableMaskStructuresRow Overload

LookupTable Web Service