Edit

Share via


ProjectDataSet Class

Definition

Represents project status information.

public ref class ProjectDataSet : System::Data::DataSet
[Serializable]
public class ProjectDataSet : System.Data.DataSet
type ProjectDataSet = class
    inherit DataSet
Public Class ProjectDataSet
Inherits DataSet
Inheritance
ProjectDataSet
Attributes
SerializableAttribute

Constructors

ProjectDataSet()

Creates an instance of the ProjectDataSet class.

ProjectDataSet(SerializationInfo, StreamingContext)

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

Properties

Assignment

Gets the information about project assignment status.

AssignmentCustomFields

Gets the information about project status custom fields.

Dependency

Gets the project dependency status information.

Project

Gets the project status information.

ProjectCustomFields

Gets the project custom fields information.

ProjectResource

Gets the information about project resource status.

ProjectResourceCustomFields

Gets the project resource custom fields information.

Relations

Gets the collection of relations that link tables and allow navigation from parent tables to child tables in the ProjectDataSet.

SchemaSerializationMode
Tables

Gets the collection of tables in the ProjectDataSet.

Task

Gets the information about project task status.

TaskCustomFields

Gets the information about the status of the task custom fields.

Methods

Clone()
GetSchemaSerializable()
GetTypedDataSetSchema(XmlSchemaSet)

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

InitializeDerivedDataSet()
ReadXmlSerializable(XmlReader)
ShouldSerializeRelations()
ShouldSerializeTables()

Applies to