Compartilhar via


LookupTableDataSet.LookupTableMasksDataTable class

Representa uma tabela de pesquisa de valores de máscara de código.

Inheritance hierarchy

System.Object
  System.ComponentModel.MarshalByValueComponent
    System.Data.DataTable
      WebSvcLookupTable.LookupTableDataSet.LookupTableMasksDataTable

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

Syntax

'Declaração
<SerializableAttribute> _
Public Class LookupTableMasksDataTable _
    Inherits DataTable _
    Implements IEnumerable
'Uso
Dim instance As LookupTableDataSet.LookupTableMasksDataTable
[SerializableAttribute]
public class LookupTableMasksDataTable : DataTable, 
    IEnumerable

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Ver também

Referência

LookupTableDataSet.LookupTableMasksDataTable members

WebSvcLookupTable namespace