Edit

Share via


StatusingDataSet.CalendarsDataTable Class

Definition

Represents status information about calendars that is contained in one or more StatusingDataSet.CalendarsRow objects.

public: ref class StatusingDataSet::CalendarsDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class StatusingDataSet.CalendarsDataTable : System.Data.DataTable, System.Collections.IEnumerable
type StatusingDataSet.CalendarsDataTable = class
    inherit DataTable
    interface IEnumerable
Public Class StatusingDataSet.CalendarsDataTable
Inherits DataTable
Implements IEnumerable
Inheritance
StatusingDataSet.CalendarsDataTable
Attributes
SerializableAttribute
Implements

Constructors

StatusingDataSet.CalendarsDataTable()

Creates an instance of the CalendarsDataTable class.

StatusingDataSet.CalendarsDataTable(SerializationInfo, StreamingContext)

Creates an instance of the CalendarsDataTable class by using separate parameters.

Properties

CAL_BASE_UIDColumn

Defines the column for the CAL_BASE_UID field.

CAL_BINARY_DATAColumn

Defines the column for the CAL_BINARY_DATA field.

CAL_INFOColumn

Defines the column for the CAL_INFO field.

CAL_IS_BASE_CALColumn

Defines the column for the CAL_IS_BASE_CAL field.

CAL_NAMEColumn

Defines the column for the CAL_NAME field.

CAL_UIDColumn

Defines the column for the CAL_UID field.

Count

Gets the number of row objects in the CalendarsDataTable.

Item[Int32]

Gets a row in the PostDependenciesDataTable, where the row is specified by an index.

Methods

AddCalendarsRow(StatusingDataSet+CalendarsRow)

Adds a CalendarsRow object to the CalendarsDataTable.

AddCalendarsRow(String, Guid, Boolean, Byte[], Byte[], Guid)

This member is reserved for internal use and is not intended to be used directly from your code.

Clone()
CreateInstance()
FindByCAL_UID(Guid)

Retrieves a CalendarsRow object by using the specified calendar GUID.

GetEnumerator()

Gets an enumerator that can be used to iterate through the rows of the CalendarsDataTable.

GetRowType()
GetTypedTableSchema(XmlSchemaSet)

This member is reserved for internal use and is not intended to be used directly from your code.

NewCalendarsRow()

Creates a row object in the CalendarsDataTable.

NewRowFromBuilder(DataRowBuilder)
OnRowChanged(DataRowChangeEventArgs)
OnRowChanging(DataRowChangeEventArgs)
OnRowDeleted(DataRowChangeEventArgs)
OnRowDeleting(DataRowChangeEventArgs)
RemoveCalendarsRow(StatusingDataSet+CalendarsRow)

Deletes a row object from the CalendarsDataTable.

Events

CalendarsRowChanged

The post-event that occurs after a row is changed.

CalendarsRowChanging

The pre-event that occurs before a row is changed.

CalendarsRowDeleted

The post-event that occurs after a row is deleted.

CalendarsRowDeleting

The pre-event that occurs before a row is deleted.

Applies to