PropertyAlias クラス

定義

プロパティ名のエイリアス化方法について説明します

[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class PropertyAlias
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type PropertyAlias = class
Public Class PropertyAlias
継承
PropertyAlias
属性

コンストラクター

名前 説明
PropertyAlias()

デフォルト構造体

PropertyAlias(String)

指定したプレフィックスを使用するように初期化する

PropertyAlias(String[])

各プロパティに対して指定文字列を使用するように初期化します。マチングは順序を使用して行われます

プロパティ

名前 説明
Aliases

使用するエイリアス リスト

Kind

使用するエイリアス メソッドの種類

Prefix

使用するプレフィックス

適用対象