StatusingDataSet.LocalBaseCalendarsRow Members
Include Protected Members
Include Inherited Members
Contains information about one local base calendar in the StatusingDataSet.LocalBaseCalendarsDataTable object.
The StatusingDataSet.LocalBaseCalendarsRow type exposes the following members.
Properties
Name | Description | |
---|---|---|
CAL_BASE_UID | Gets the GUID of the local base calendar. | |
CAL_BINARY_DATA | Gets binary data for the local base calendar. | |
CAL_INFO | Gets binary information for the local base calendar. | |
CAL_IS_BASE_CAL | Gets a value that specifies whether the local calendar is the base calendar. | |
CAL_NAME | Gets the local base calendar name. | |
CAL_UID | Gets the GUID of the local base calendar. | |
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.) | |
PROJ_UID | Gets the project GUID that uses the local base calendar. | |
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.) | |
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_BASE_UIDNull | Determines whether the CAL_BASE_UID property is set to a a null reference (Nothing in Visual Basic) value. | |
IsCAL_BINARY_DATANull | Determines whether the CAL_BINARY_DATA property is set to a a null reference (Nothing in Visual Basic) value. | |
IsCAL_INFONull | Determines whether the CAL_INFO property is set to a a null reference (Nothing in Visual Basic) value. | |
IsCAL_NAMENull | Determines whether the CAL_NAME property is set to a a null reference (Nothing in Visual Basic) value. | |
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_BASE_UIDNull | Sets the CAL_BASE_UID property to a a null reference (Nothing in Visual Basic) value. | |
SetCAL_BINARY_DATANull | Sets the CAL_BINARY_DATA property to a a null reference (Nothing in Visual Basic) value. | |
SetCAL_INFONull | Sets the CAL_INFO property to a a null reference (Nothing in Visual Basic) value. | |
SetCAL_NAMENull | Sets the CAL_NAME property to a a null reference (Nothing in Visual Basic) value. | |
SetColumnError(Int32, String) | (Inherited from DataRow.) | |
SetColumnError(String, String) | (Inherited from DataRow.) | |
SetColumnError(DataColumn, String) | (Inherited from DataRow.) | |
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