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

속성에 대한 복합 형식 개체입니다.

적용 대상