StructuralObject.GetValidValue Methode

Definitie

Overloads

Name Description
GetValidValue(Byte[])

Retourneert een kopie van de huidige bytewaarde.

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

Retourneert een complex type voor de opgegeven eigenschap.

GetValidValue(Byte[])

Retourneert een kopie van de huidige bytewaarde.

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

Parameters

currentValue
Byte[]

De huidige bytematrixwaarde.

Retouren

Byte[]

Een kopie van de huidige Byte waarde.

Van toepassing op

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

Retourneert een complex type voor de opgegeven eigenschap.

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

Type parameters

T

Het type van het complexe object dat wordt aangevraagd.

Parameters

currentValue
T

Een complex object dat wordt overgenomen van een complex object.

property
String

De naam van de complexe eigenschap die het complexe object is.

isNullable
Boolean

Geeft aan of het type null-waarden ondersteunt.

isInitialized
Boolean

Geeft aan of het type is geïnitialiseerd.

Retouren

T

Een complex typeobject voor de eigenschap.

Van toepassing op