StatusingDataSet members

Represents project status information; its properties return data table objects that represent more detailed status information.

The StatusingDataSet type exposes the following members.

Constructors

  Name Description
Public method StatusingDataSet() Creates an instance of the StatusingDataSet class.
Protected method StatusingDataSet(SerializationInfo, StreamingContext) Creates an instance of the StatusingDataSet class by using separate parameters.

Top

Properties

  Name Description
Public property Assignments Gets the information about assignment status.
Public property AssnCustomFields Gets the information about assignment custom fields.
Public property Calendars Gets the information about calendars.
Public property CaseSensitive (Inherited from DataSet.)
Public property Container (Inherited from MarshalByValueComponent.)
Public property DataSetName (Inherited from DataSet.)
Public property DefaultViewManager (Inherited from DataSet.)
Public property DesignMode (Inherited from MarshalByValueComponent.)
Public property EnforceConstraints (Inherited from DataSet.)
Public property EnterpriseCustomFieldAccessInfo Gets the status information about enterprise custom field access.
Public property EnterpriseCustomFieldMetadata Gets the status information about enterprise custom field metadata.
Public property EnterpriseLookupTableFullValues Gets the information about enterprise lookup values.
Protected property Events (Inherited from MarshalByValueComponent.)
Public property ExtendedProperties (Inherited from DataSet.)
Public property GroupedFieldAccessInfo Gets the status information about grouped field access.
Public property HasErrors (Inherited from DataSet.)
Public property IsInitialized (Inherited from DataSet.)
Public property LocalBaseCalendars Gets information about local base calendars.
Public property LocalCustomFieldMetadata Gets the status information about local custom field metadata.
Public property Locale (Inherited from DataSet.)
Public property LocalLookupTableFullValues Gets the status information about local lookup values.
Public property Namespace (Inherited from DataSet.)
Public property Prefix (Inherited from DataSet.)
Public property Projects Gets the status information about projects.
Public property Relations Gets the collection of relations that link tables and allow navigation from parent tables to child tables in the StatusingDataSet.
Public property RemotingFormat (Inherited from DataSet.)
Public property ResourceCustomFields Gets the status information about resource custom fields.
Public property Resources Gets the resource information.
Public property SchemaSerializationMode (Overrides DataSet.SchemaSerializationMode.)
Public property Site (Inherited from DataSet.)
Public property Tables Gets the collection of tables in the StatusingDataSet.
Public property TaskCustomFields Gets the status information about task custom fields.
Public property Tasks Gets the information about tasks.

Top

Methods

  Name Description
Public method AcceptChanges (Inherited from DataSet.)
Public method BeginInit (Inherited from DataSet.)
Public method Clear (Inherited from DataSet.)
Public method Clone (Overrides DataSet.Clone().)
Public method Copy (Inherited from DataSet.)
Public method CreateDataReader() (Inherited from DataSet.)
Public method CreateDataReader([]) (Inherited from DataSet.)
Protected method DetermineSchemaSerializationMode(XmlReader) (Inherited from DataSet.)
Protected method DetermineSchemaSerializationMode(SerializationInfo, StreamingContext) (Inherited from DataSet.)
Public method Dispose() (Inherited from MarshalByValueComponent.)
Protected method Dispose(Boolean) (Inherited from MarshalByValueComponent.)
Public method EndInit (Inherited from DataSet.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from MarshalByValueComponent.)
Public method GetChanges() (Inherited from DataSet.)
Public method GetChanges(DataRowState) (Inherited from DataSet.)
Public method GetHashCode (Inherited from Object.)
Public method GetObjectData (Inherited from DataSet.)
Protected method GetSchemaSerializable (Overrides DataSet.GetSchemaSerializable().)
Protected method GetSerializationData (Inherited from DataSet.)
Public method GetService (Inherited from MarshalByValueComponent.)
Public method GetType (Inherited from Object.)
Public methodStatic member GetTypedDataSetSchema This member is reserved for internal use and is not intended to be used directly from your code.
Public method GetXml (Inherited from DataSet.)
Public method GetXmlSchema (Inherited from DataSet.)
Public method HasChanges() (Inherited from DataSet.)
Public method HasChanges(DataRowState) (Inherited from DataSet.)
Public method InferXmlSchema(XmlReader, []) (Inherited from DataSet.)
Public method InferXmlSchema(Stream, []) (Inherited from DataSet.)
Public method InferXmlSchema(TextReader, []) (Inherited from DataSet.)
Public method InferXmlSchema(String, []) (Inherited from DataSet.)
Protected method InitializeDerivedDataSet (Overrides DataSet.InitializeDerivedDataSet().)
Protected method IsBinarySerialized (Inherited from DataSet.)
Public method Load(IDataReader, LoadOption, []) (Inherited from DataSet.)
Public method Load(IDataReader, LoadOption, []) (Inherited from DataSet.)
Public method Load(IDataReader, LoadOption, FillErrorEventHandler, []) (Inherited from DataSet.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Merge(DataSet) (Inherited from DataSet.)
Public method Merge(DataTable) (Inherited from DataSet.)
Public method Merge([]) (Inherited from DataSet.)
Public method Merge(DataSet, Boolean) (Inherited from DataSet.)
Public method Merge(DataSet, Boolean, MissingSchemaAction) (Inherited from DataSet.)
Public method Merge(DataTable, Boolean, MissingSchemaAction) (Inherited from DataSet.)
Public method Merge([], Boolean, MissingSchemaAction) (Inherited from DataSet.)
Protected method OnPropertyChanging (Inherited from DataSet.)
Protected method OnRemoveRelation (Inherited from DataSet.)
Protected method OnRemoveTable (Inherited from DataSet.)
Protected method RaisePropertyChanging (Inherited from DataSet.)
Public method ReadXml(XmlReader) (Inherited from DataSet.)
Public method ReadXml(Stream) (Inherited from DataSet.)
Public method ReadXml(TextReader) (Inherited from DataSet.)
Public method ReadXml(String) (Inherited from DataSet.)
Public method ReadXml(XmlReader, XmlReadMode) (Inherited from DataSet.)
Public method ReadXml(Stream, XmlReadMode) (Inherited from DataSet.)
Public method ReadXml(TextReader, XmlReadMode) (Inherited from DataSet.)
Public method ReadXml(String, XmlReadMode) (Inherited from DataSet.)
Public method ReadXmlSchema(XmlReader) (Inherited from DataSet.)
Public method ReadXmlSchema(Stream) (Inherited from DataSet.)
Public method ReadXmlSchema(TextReader) (Inherited from DataSet.)
Public method ReadXmlSchema(String) (Inherited from DataSet.)
Protected method ReadXmlSerializable (Overrides DataSet.ReadXmlSerializable(XmlReader).)
Public method RejectChanges (Inherited from DataSet.)
Public method Reset (Inherited from DataSet.)
Protected method ShouldSerializeRelations (Overrides DataSet.ShouldSerializeRelations().)
Protected method ShouldSerializeTables (Overrides DataSet.ShouldSerializeTables().)
Public method ToString (Inherited from MarshalByValueComponent.)
Public method WriteXml(Stream) (Inherited from DataSet.)
Public method WriteXml(TextWriter) (Inherited from DataSet.)
Public method WriteXml(XmlWriter) (Inherited from DataSet.)
Public method WriteXml(String) (Inherited from DataSet.)
Public method WriteXml(Stream, XmlWriteMode) (Inherited from DataSet.)
Public method WriteXml(TextWriter, XmlWriteMode) (Inherited from DataSet.)
Public method WriteXml(XmlWriter, XmlWriteMode) (Inherited from DataSet.)
Public method WriteXml(String, XmlWriteMode) (Inherited from DataSet.)
Public method WriteXmlSchema(Stream) (Inherited from DataSet.)
Public method WriteXmlSchema(String) (Inherited from DataSet.)
Public method WriteXmlSchema(TextWriter) (Inherited from DataSet.)
Public method WriteXmlSchema(XmlWriter) (Inherited from DataSet.)
Public method WriteXmlSchema(Stream, Converter<Type, String>) (Inherited from DataSet.)
Public method WriteXmlSchema(String, Converter<Type, String>) (Inherited from DataSet.)
Public method WriteXmlSchema(TextWriter, Converter<Type, String>) (Inherited from DataSet.)
Public method WriteXmlSchema(XmlWriter, Converter<Type, String>) (Inherited from DataSet.)

Top

Events

  Name Description
Public event Disposed (Inherited from MarshalByValueComponent.)
Public event Initialized (Inherited from DataSet.)
Public event MergeFailed (Inherited from DataSet.)

Top

Explicit interface implementations

  Name Description
Explicit interface implemetationPrivate property IListSource.ContainsListCollection (Inherited from DataSet.)
Explicit interface implemetationPrivate method IListSource.GetList (Inherited from DataSet.)
Explicit interface implemetationPrivate method IXmlSerializable.GetSchema (Inherited from DataSet.)
Explicit interface implemetationPrivate method IXmlSerializable.ReadXml (Inherited from DataSet.)
Explicit interface implemetationPrivate method IXmlSerializable.WriteXml (Inherited from DataSet.)

Top

See also

Reference

StatusingDataSet class

WebSvcStatusing namespace