言語

ModelPerspective クラス

定義

モデルの視点に関する情報を提供します。

public ref class ModelPerspective
public class ModelPerspective
type ModelPerspective = class
Public Class ModelPerspective
継承
ModelPerspective

注釈

モデル視点は、モデルに含まれるモデル項目の一部を特定します。 モデルの視点名を GetUserModel APIで使用し、視点内のモデル項目のみを取得します。

コンストラクター

名前 説明
ModelPerspective()

ModelPerspective クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
Description

視点の説明を得ます。 読み取り専用。

ID

視点のIDを取得します。 読み取り専用。

Name

視点の名前を得ます。 読み取り専用。

適用対象