LookupTableMultiLangDataSet.LookupTableStructuresDataTable.AddLookupTableStructuresRow - Méthode (Guid, LookupTableMultiLangDataSet.LookupTablesRow, LookupTableMultiLangDataSet.LookupTableStructuresRow, String, Guid)
Espace de noms : WebSvcLookupTable
Assembly : ProjectServerServices (dans ProjectServerServices.dll)
Syntaxe
'Déclaration
Public Function AddLookupTableStructuresRow ( _
LT_STRUCT_UID As Guid, _
parentLookupTablesRowByLookupTablesLookupTableStructures As LookupTableMultiLangDataSet.LookupTablesRow, _
parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures As LookupTableMultiLangDataSet.LookupTableStructuresRow, _
LT_STRUCT_COOKIE As String, _
APP_ENTITY_UID As Guid _
) As LookupTableMultiLangDataSet.LookupTableStructuresRow
'Utilisation
Dim instance As LookupTableMultiLangDataSet.LookupTableStructuresDataTable
Dim LT_STRUCT_UID As Guid
Dim parentLookupTablesRowByLookupTablesLookupTableStructures As LookupTableMultiLangDataSet.LookupTablesRow
Dim parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures As LookupTableMultiLangDataSet.LookupTableStructuresRow
Dim LT_STRUCT_COOKIE As String
Dim APP_ENTITY_UID As Guid
Dim returnValue As LookupTableMultiLangDataSet.LookupTableStructuresRow
returnValue = instance.AddLookupTableStructuresRow(LT_STRUCT_UID, _
parentLookupTablesRowByLookupTablesLookupTableStructures, _
parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures, _
LT_STRUCT_COOKIE, APP_ENTITY_UID)
public LookupTableMultiLangDataSet.LookupTableStructuresRow AddLookupTableStructuresRow(
Guid LT_STRUCT_UID,
LookupTableMultiLangDataSet.LookupTablesRow parentLookupTablesRowByLookupTablesLookupTableStructures,
LookupTableMultiLangDataSet.LookupTableStructuresRow parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures,
string LT_STRUCT_COOKIE,
Guid APP_ENTITY_UID
)
Paramètres
- LT_STRUCT_UID
Type : System.Guid
- parentLookupTablesRowByLookupTablesLookupTableStructures
Type : WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTablesRow
- parentLookupTableStructuresRowByLookupTableStructuresLookupTableStructures
Type : WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableStructuresRow
- LT_STRUCT_COOKIE
Type : System.String
- APP_ENTITY_UID
Type : System.Guid
Valeur renvoyée
Type : WebSvcLookupTable.LookupTableMultiLangDataSet.LookupTableStructuresRow
Voir aussi
Référence
LookupTableMultiLangDataSet.LookupTableStructuresDataTable classe
LookupTableMultiLangDataSet.LookupTableStructuresDataTable - Membres