Class FeatureAttribute
FeatureAttribute class
の属性Feature
.
public class FeatureAttribute
コンストラクター
名前 | 説明 |
---|
FeatureAttribute(string, AttributeDataType) | の新しいインスタンスを初期化しますFeatureAttribute class. |
FeatureAttribute(string, AttributeDataType, bool) | の新しいインスタンスを初期化しますFeatureAttribute class. |
プロパティ
名前 | 説明 |
---|
CanBeNull { get; set; } | このインスタンスが null になるかどうかを示す値を取得します。 |
CanBeUnset { get; set; } | この属性の値を省略できるかどうかを示す値を取得または設定します。 |
DataType { get; set; } | 属性のデータ型を取得します。 |
DefaultValue { get; set; } | 欠落データを示す属性の値を取得または設定します。 |
HasCustomDefaultValue { get; } | この属性の事前定義されたデフォルト値がカスタム値で上書きされたかどうかを示す値を取得します. |
IsLocked { get; } | この属性がロックされているかどうかを示す値を取得します。 |
Name { get; set; } | 属性の名前を取得します。 |
Precision { get; set; } | 格納する 10 進数の最大桁数を取得または設定します。 |
Width { get; set; } | 属性の文字表現の最大許容幅を取得または設定します。 |
メソッド
名前 | 説明 |
---|
Lock() | この属性をロックします。 |
override ToString() | 現在のオブジェクトを表す文字列を返します。 |
関連項目