다음을 통해 공유


StructuralObject.GetValidValue 메서드

정의

오버로드

GetValidValue(Byte[])

현재 바이트 값의 복사본을 반환합니다.

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

지정된 속성에 대한 복합 형식을 반환합니다.

GetValidValue(Byte[])

현재 바이트 값의 복사본을 반환합니다.

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 internal T GetValidValue<T> (T currentValue, string property, bool isNullable, bool isInitialized) where T : System.Data.Entity.Core.Objects.DataClasses.ComplexObjectnew();
member this.GetValidValue : 'T * string * bool * bool -> 'T (requires 'T :> System.Data.Entity.Core.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

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

설명

이 클래스의 다른 대부분의 도우미 메서드와 달리 이 메서드는 복잡한 개체에 대해 SetValidValue를 참조하므로 정적이지 않습니다. 이 메서드는 이에 대한 참조가 필요하기 때문에 정적이지 않습니다.

적용 대상