StructuralObject.GetValidValue Metodo

Definizione

Overload

Nome Descrizione
GetValidValue(Byte[])

Restituisce una copia del valore di byte corrente.

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

Restituisce un tipo complesso per la proprietà specificata.

GetValidValue(Byte[])

Restituisce una copia del valore di byte corrente.

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

Parametri

currentValue
Byte[]

Valore corrente della matrice di byte.

Valori restituiti

Byte[]

Copia del valore corrente Byte .

Si applica a

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

Restituisce un tipo complesso per la proprietà specificata.

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

Parametri di tipo

T

Tipo dell'oggetto complesso richiesto.

Parametri

currentValue
T

Oggetto complesso che eredita da un oggetto complesso.

property
String

Nome della proprietà complessa che è l'oggetto complesso.

isNullable
Boolean

Indica se il tipo supporta valori Null.

isInitialized
Boolean

Indica se il tipo viene inizializzato.

Valori restituiti

T

Oggetto di tipo complesso per la proprietà .

Si applica a