StructuralObject.GetValidValue メソッド

定義

オーバーロード

GetValidValue(Byte[])

現在のバイト値のコピーを返します。

GetValidValue<T>(T, String, Boolean, Boolean)

指定されたプロパティの複合型を返します。

GetValidValue(Byte[])

現在のバイト値のコピーを返します。

protected public:
 static cli::array <System::Byte> ^ GetValidValue(cli::array <System::Byte> ^ currentValue);
protected internal static byte[] GetValidValue (byte[] currentValue);
static member GetValidValue : byte[] -> byte[]
Protected Friend Shared Function GetValidValue (currentValue As Byte()) As Byte()

パラメーター

currentValue
Byte[]

現在のバイト配列の値。

戻り値

Byte[]

現在の Byte 値のコピー。

適用対象

GetValidValue<T>(T, String, Boolean, Boolean)

指定されたプロパティの複合型を返します。

protected public:
generic <typename T>
 where T : System::Data::Objects::DataClasses::ComplexObjectgcnew() T GetValidValue(T currentValue, System::String ^ property, bool isNullable, bool isInitialized);
protected internal T GetValidValue<T> (T currentValue, string property, bool isNullable, bool isInitialized) where T : System.Data.Objects.DataClasses.ComplexObject, new();
member this.GetValidValue : 'T * string * bool * bool -> 'T (requires 'T :> System.Data.Objects.DataClasses.ComplexObject and 'T : (new : unit -> 'T))
Protected Friend Function GetValidValue(Of T As {ComplexObjectNew}) (currentValue As T, property As String, isNullable As Boolean, isInitialized As Boolean) As T

型パラメーター

T

要求される複合オブジェクトの型。

パラメーター

currentValue
T

複合オブジェクトから継承する複合オブジェクト。

property
String

複合オブジェクトである複合プロパティの名前。

isNullable
Boolean

型が null 値をサポートしているかどうかを示します。

isInitialized
Boolean

型が初期化されるかどうかを示します。

戻り値

T

プロパティの複合型オブジェクト。

適用対象