StructuralObject.GetValidValue Methode

Definition

Überlädt

Name Beschreibung
GetValidValue(Byte[])

Gibt eine Kopie des aktuellen Bytewerts zurück.

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

Gibt einen komplexen Typ für die angegebene Eigenschaft zurück.

GetValidValue(Byte[])

Gibt eine Kopie des aktuellen Bytewerts zurück.

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

Parameter

currentValue
Byte[]

Der aktuelle Bytearraywert.

Gibt zurück

Byte[]

Eine Kopie des aktuellen Byte Werts.

Gilt für:

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

Gibt einen komplexen Typ für die angegebene Eigenschaft zurück.

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

Typparameter

T

Der Typ des angeforderten komplexen Objekts.

Parameter

currentValue
T

Ein komplexes Objekt, das von komplexen Objekten erbt.

property
String

Der Name der komplexen Eigenschaft, die das komplexe Objekt ist.

isNullable
Boolean

Gibt an, ob der Typ Nullwerte unterstützt.

isInitialized
Boolean

Gibt an, ob der Typ initialisiert wird.

Gibt zurück

T

Ein komplexes Typobjekt für die Eigenschaft.

Gilt für: