Compartilhar via


ResourceDataSet.CalendarExceptionsDataTable.AddCalendarExceptionsRow método

Adiciona um objeto de CalendarExceptionsRow a CalendarExceptionsDataTable.

Namespace:  WebSvcTimeSheet
Assembly:  ProjectServerServices (em ProjectServerServices.dll)

Sintaxe

'Declaração
Public Sub AddCalendarExceptionsRow ( _
    row As ResourceDataSet.CalendarExceptionsRow _
)
'Uso
Dim instance As ResourceDataSet.CalendarExceptionsDataTable
Dim row As ResourceDataSet.CalendarExceptionsRow

instance.AddCalendarExceptionsRow(row)
public void AddCalendarExceptionsRow(
    ResourceDataSet.CalendarExceptionsRow row
)

Parâmetros

Comentários

A assinatura do método AddCalendarExceptionsRow é sobrecarregada da seguinte forma:

  • Os desenvolvedores de terceiros devem usar a sobrecarga que tem um parâmetro único ResourceDataSet.CalendarExceptionsRow , por exemplo, AddCalendarExceptionsRow(ResourceDataSet.CalendarExceptionsRow row).

  • O Pesquisador de objetos no Microsoft Visual Studio mostra outra sobrecarga que usa os parâmetros individuais para todos os campos em CalendarExceptionsRow. A sobrecarga é usada internamente.

    public CalendarExceptionsRow AddCalendarExceptionsRow(
        ResourcesRow parentResourcesRowByResourcesCalendarExceptions, 
        string Name, 
        System.DateTime Start, 
        System.DateTime Finish, 
        int Shift1Start, 
        int Shift1Finish, 
        int Shift2Start, 
        int Shift2Finish, 
        int Shift3Start, 
        int Shift3Finish, 
        int Shift4Start, 
        int Shift4Finish, 
        int Shift5Start, 
        int Shift5Finish, 
        int RecurrenceType, 
        int RecurrenceFrequency, 
        int RecurrenceDays, 
        int RecurrenceMonthDay, 
        int RecurrenceMonth, 
        int RecurrencePosition) 
    

Ver também

Referência

ResourceDataSet.CalendarExceptionsDataTable classe

ResourceDataSet.CalendarExceptionsDataTable membros

WebSvcTimeSheet namespace