Project

Project()

の新しいインスタンスを初期化しますProjectclass.

public Project()

関連項目


Project(string, string)

の新しいインスタンスを初期化しますProjectパスワードで保護されたテンプレートからのクラス (既存の mpp または mpt ファイル).

public Project(string projectTemplate, string protectionPassword)
パラメータタイプ説明
projectTemplateStringプロジェクトを作成するテンプレートへのパス。
protectionPasswordString保護パスワード。

備考

パスワードで保護されたファイルの読み取りは、現在 MSP 2003 ファイル形式でのみサポートされています。

関連項目


Project(string)

の新しいインスタンスを初期化しますProjectテンプレートからのクラス (既存の mpp または mpt ファイル).

public Project(string projectTemplate)
パラメータタイプ説明
projectTemplateStringプロジェクトを作成するテンプレートへのパス。

関連項目


Project(Stream, PrimaveraReadOptions)

の新しいインスタンスを初期化しますProjectの指定されたインスタンスを持つ Stream のクラスPrimaveraReadOptionsclass.

public Project(Stream stream, PrimaveraReadOptions options)
パラメータタイプ説明
streamStreamプロジェクトの流れStreamクラス
optionsPrimaveraReadOptionsの指定されたインスタンスPrimaveraReadOptionsPrimavera 形式 (XER または XML) の読み取りをカスタマイズできるクラス。

関連項目


Project(string, ParseErrorCallback)

の新しいインスタンスを初期化しますProjectテンプレートからのクラス (既存の mpp または mpt ファイル).

public Project(string projectTemplate, ParseErrorCallback parseErrorHandler)
パラメータタイプ説明
projectTemplateStringプロジェクトを作成するテンプレートへのパス。
parseErrorHandlerParseErrorCallbackxml 解析エラーを処理するための指定されたコールバック メソッド。

関連項目


Project(Stream)

の新しいインスタンスを初期化しますProjectストリームからのクラス.

public Project(Stream stream)
パラメータタイプ説明
streamStreamテンプレートをロードするストリーム。

関連項目


Project(StreamReader)

の新しいインスタンスを初期化しますProject StreamReader インスタンスのクラス.

public Project(StreamReader reader)
パラメータタイプ説明
readerStreamReaderテンプレートの読み込み元のストリーム リーダー。

関連項目


Project(string, PrimaveraReadOptions)

の新しいインスタンスを初期化しますProjectテンプレートからのクラス (既存の MPP または MPT ファイル) の指定されたインスタンスを持つPrimaveraReadOptionsclass.

public Project(string projectTemplate, PrimaveraReadOptions options)
パラメータタイプ説明
projectTemplateStringプロジェクトを作成するテンプレートへのパス
optionsPrimaveraReadOptionsの指定されたインスタンスPrimaveraReadOptionsクラス。

関連項目


Project(DbSettings)

の新しいインスタンスを初期化しますProjectのインスタンスで指定されたデータベースからデータを読み取るクラスDbSettingsclass.

public Project(DbSettings settings)
パラメータタイプ説明
settingsDbSettingsの指定されたインスタンスDbSettingsクラス。

関連項目


Project(Stream, ParseErrorCallback)

の新しいインスタンスを初期化しますProjectテンプレートからのクラス (既存の mpp または mpt ファイル).

public Project(Stream stream, ParseErrorCallback parseErrorHandler)
パラメータタイプ説明
streamStreamテンプレートをロードするストリーム。
parseErrorHandlerParseErrorCallbackxml 解析エラーを処理するための指定されたコールバック メソッド。

関連項目


Project(Stream, string)

の新しいインスタンスを初期化しますProjectテンプレートからのクラス (既存の mpp または mpt ファイル).

public Project(Stream stream, string protectionPassword)
パラメータタイプ説明
streamStreamテンプレートをロードするストリーム。
protectionPasswordString保護パスワード。

備考

パスワードで保護されたファイルの読み取りは、現在 MSP 2003 ファイル形式でのみサポートされています。

関連項目


Project(string, LoadOptions)

の新しいインスタンスを初期化しますProjectテンプレートからのクラス (既存の mpp または mpt ファイル) の指定されたインスタンスを持つLoadOptionsclass.

public Project(string projectTemplate, LoadOptions options)
パラメータタイプ説明
projectTemplateStringプロジェクトを作成するテンプレートへのパス
optionsLoadOptionsの指定されたインスタンスLoadOptionsクラス。

関連項目


Project(Stream, LoadOptions)

の新しいインスタンスを初期化しますProjectの指定されたインスタンスを持つ Stream のクラスLoadOptionsclass.

public Project(Stream stream, LoadOptions options)
パラメータタイプ説明
streamStreamプロジェクトの流れStreamクラス
optionsLoadOptionsの指定されたインスタンスLoadOptionsクラス

関連項目