StructuralObject.GetValidValue Metoda

Definicja

Przeciążenia

Nazwa Opis
GetValidValue(Byte[])

Zwraca kopię bieżącej wartości bajtu.

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

Zwraca typ złożony dla określonej właściwości.

GetValidValue(Byte[])

Zwraca kopię bieżącej wartości bajtu.

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()

Parametry

currentValue
Byte[]

Bieżąca wartość tablicy bajtów.

Zwraca

Byte[]

Kopia bieżącej Byte wartości.

Dotyczy

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

Zwraca typ złożony dla określonej właściwości.

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

Parametry typu

T

Typ żądanego obiektu złożonego.

Parametry

currentValue
T

Obiekt złożony, który dziedziczy ze złożonego obiektu.

property
String

Nazwa właściwości złożonej, która jest obiektem złożonym.

isNullable
Boolean

Wskazuje, czy typ obsługuje wartości null.

isInitialized
Boolean

Wskazuje, czy typ jest inicjowany.

Zwraca

T

Obiekt typu złożonego dla właściwości .

Dotyczy