CalendarDataSet.CalendarsRow Members
Include Protected Members
Include Inherited Members
Contains a row of calendar configuration information.
The CalendarDataSet.CalendarsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CAL_CHECKOUTBY | Retrieves the unique identifier of the user who checked out the calendar under version control. | |
CAL_CHECKOUTDATE | Retrieves the date and time that the calendar was checked out under version control. | |
CAL_IS_STANDARD_CAL | Retrieves whether a calendar is a standard Gregorian calendar that starts on January 1st and ends on December 31st. | |
CAL_NAME | Retrieves the full name of the calendar. | |
CAL_UID | Retrieves the unique identifier of the calendar. | |
CalendarUniqueIdToDuplicate | Retrieves the master calendar identifier to use when adding a new calendar that is based on an existing calendar. | |
CREATED_DATE | Retrieves the date and time this row was first created. | |
HasErrors | (Inherited from DataRow.) | |
Item[Int32] | (Inherited from DataRow.) | |
Item[String] | (Inherited from DataRow.) | |
Item[DataColumn] | (Inherited from DataRow.) | |
Item[Int32, DataRowVersion] | (Inherited from DataRow.) | |
Item[String, DataRowVersion] | (Inherited from DataRow.) | |
Item[DataColumn, DataRowVersion] | (Inherited from DataRow.) | |
ItemArray | (Inherited from DataRow.) | |
MOD_DATE | Retrieves the date and time of the last modification. | |
RowError | (Inherited from DataRow.) | |
RowState | (Inherited from DataRow.) | |
Table | (Inherited from DataRow.) |
Top
Methods
Name | Description | |
---|---|---|
AcceptChanges | (Inherited from DataRow.) | |
BeginEdit | (Inherited from DataRow.) | |
CancelEdit | (Inherited from DataRow.) | |
ClearErrors | (Inherited from DataRow.) | |
Delete | (Inherited from DataRow.) | |
EndEdit | (Inherited from DataRow.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetCalendarExceptionsRows | Gets the calendar rows that contain exceptions. | |
GetChildRows(String) | (Inherited from DataRow.) | |
GetChildRows(DataRelation) | (Inherited from DataRow.) | |
GetChildRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetChildRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetColumnError(Int32) | (Inherited from DataRow.) | |
GetColumnError(String) | (Inherited from DataRow.) | |
GetColumnError(DataColumn) | (Inherited from DataRow.) | |
GetColumnsInError | (Inherited from DataRow.) | |
GetHashCode | (Inherited from Object.) | |
GetParentRow(String) | (Inherited from DataRow.) | |
GetParentRow(DataRelation) | (Inherited from DataRow.) | |
GetParentRow(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRow(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(String) | (Inherited from DataRow.) | |
GetParentRows(DataRelation) | (Inherited from DataRow.) | |
GetParentRows(String, DataRowVersion) | (Inherited from DataRow.) | |
GetParentRows(DataRelation, DataRowVersion) | (Inherited from DataRow.) | |
GetType | (Inherited from Object.) | |
HasVersion | (Inherited from DataRow.) | |
IsCAL_CHECKOUTBYNull | Determines whether the CAL_CHECKOUTBY property is set to a null reference (Nothing in Visual Basic). | |
IsCAL_CHECKOUTDATENull | Determines whether the CAL_CHECKOUTDATE property is set to a null reference (Nothing in Visual Basic). | |
IsCAL_IS_STANDARD_CALNull | Determines whether the CAL_CHECKOUTBY property is set to a null reference (Nothing in Visual Basic). | |
IsCAL_NAMENull | Determines whether the CAL_NAME property is set to a null reference (Nothing in Visual Basic). | |
IsCalendarUniqueIdToDuplicateNull | Determines whether the CalendarUniqueIdToDuplicate property is set to a null reference (Nothing in Visual Basic). | |
IsCREATED_DATENull | Determines whether the CREATED_DATE property is set to a null reference (Nothing in Visual Basic). | |
IsMOD_DATENull | Determines whether the MOD_DATE property is set to a null reference (Nothing in Visual Basic). | |
IsNull(Int32) | (Inherited from DataRow.) | |
IsNull(String) | (Inherited from DataRow.) | |
IsNull(DataColumn) | (Inherited from DataRow.) | |
IsNull(DataColumn, DataRowVersion) | (Inherited from DataRow.) | |
MemberwiseClone | (Inherited from Object.) | |
RejectChanges | (Inherited from DataRow.) | |
SetAdded | (Inherited from DataRow.) | |
SetCAL_CHECKOUTBYNull | Sets the CAL_CHECKOUTBY property to a null reference (Nothing in Visual Basic). | |
SetCAL_CHECKOUTDATENull | Sets the CAL_CHECKOUTDATE property to a null reference (Nothing in Visual Basic). | |
SetCAL_IS_STANDARD_CALNull | Sets the CAL_IS_STANDARD_CAL property to a null reference (Nothing in Visual Basic). | |
SetCAL_NAMENull | Sets the CAL_NAME property to a null reference (Nothing in Visual Basic). | |
SetCalendarUniqueIdToDuplicateNull | Sets the CalendarUniqueIdToDuplicate property to a null reference (Nothing in Visual Basic). | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
SetCREATED_DATENull | Sets the CREATED_DATE property to a null reference (Nothing in Visual Basic). | |
SetMOD_DATENull | Sets the MOD_DATE property to a null reference (Nothing in Visual Basic). | |
SetModified | (Inherited from DataRow.) | |
SetNull | (Inherited from DataRow.) | |
SetParentRow(DataRow) | (Inherited from DataRow.) | |
SetParentRow(DataRow, DataRelation) | (Inherited from DataRow.) | |
ToString | (Inherited from Object.) |
Top
Extension Methods
Name | Description | |
---|---|---|
GetValue<T> | Reserved for internal use. (Defined by PSUtility.) |
Top