StatusingDataSet.LocalBaseCalendarsDataTable Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents status information about local base calendars that is contained in one or more StatusingDataSet.LocalBaseCalendarsRow objects.
public: ref class StatusingDataSet::LocalBaseCalendarsDataTable : System::Data::DataTable, System::Collections::IEnumerable
[Serializable]
public class StatusingDataSet.LocalBaseCalendarsDataTable : System.Data.DataTable, System.Collections.IEnumerable
type StatusingDataSet.LocalBaseCalendarsDataTable = class
inherit DataTable
interface IEnumerable
Public Class StatusingDataSet.LocalBaseCalendarsDataTable
Inherits DataTable
Implements IEnumerable
- Inheritance
-
StatusingDataSet.LocalBaseCalendarsDataTable
- Attributes
-
SerializableAttribute
- Implements
Constructors
| StatusingDataSet.LocalBaseCalendarsDataTable() |
Creates an instance of the LocalBaseCalendarsDataTable class. |
| StatusingDataSet.LocalBaseCalendarsDataTable(SerializationInfo, StreamingContext) |
Creates an instance of the LocalBaseCalendarsDataTable 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 LocalBaseCalendarsDataTable. |
| Item[Int32] |
Gets a row in the EnterpriseCustomFieldMetadataDataTable, where the row is specified by an index. |
| PROJ_UIDColumn |
Defines the column for the PROJ_UID field. |
Methods
| AddLocalBaseCalendarsRow(StatusingDataSet+LocalBaseCalendarsRow) |
Adds a LocalBaseCalendarsRow object to the LocalBaseCalendarsDataTable. |
| AddLocalBaseCalendarsRow(String, Guid, Boolean, Byte[], Byte[], Guid, Guid) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| Clone() | |
| CreateInstance() | |
| FindByPROJ_UIDCAL_UID(Guid, Guid) |
Retrieves a LocalBaseCalendarsRow object by using the specified project GUID and the specified calendar GUID. |
| GetEnumerator() |
Gets an enumerator that can be used to iterate through the rows of the LocalBaseCalendarsDataTable. |
| GetRowType() | |
| GetTypedTableSchema(XmlSchemaSet) |
This member is reserved for internal use and is not intended to be used directly from your code. |
| NewLocalBaseCalendarsRow() |
Creates a row object in the LocalBaseCalendarsDataTable. |
| NewRowFromBuilder(DataRowBuilder) | |
| OnRowChanged(DataRowChangeEventArgs) | |
| OnRowChanging(DataRowChangeEventArgs) | |
| OnRowDeleted(DataRowChangeEventArgs) | |
| OnRowDeleting(DataRowChangeEventArgs) | |
| RemoveLocalBaseCalendarsRow(StatusingDataSet+LocalBaseCalendarsRow) |
Deletes the specified row object from the LocalBaseCalendarsDataTable. |
Events
| LocalBaseCalendarsRowChanged |
The post-event that occurs after a row is changed. |
| LocalBaseCalendarsRowChanging |
The pre-event that occurs before a row is changed. |
| LocalBaseCalendarsRowDeleted |
The post-event that occurs after a row is deleted. |
| LocalBaseCalendarsRowDeleting |
The pre-event that occurs before a row is deleted. |