StructuralObject.GetValidValue 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
속성에 대한 복합 형식 개체입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET