StructuralObject.GetValidValue Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
GetValidValue(Byte[]) |
Restituisce una copia del valore byte corrente. |
GetValidValue<T>(T, String, Boolean, Boolean) |
Restituisce un tipo complesso per la proprietà specificata. |
GetValidValue(Byte[])
Restituisce una copia del valore 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 della matrice di byte corrente.
Restituisce
Copia del valore Byte corrente.
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 da richiedere.
Parametri
- currentValue
- T
Oggetto complesso che eredita da un oggetto complesso.
- property
- String
Nome della proprietà complessa che rappresenta l'oggetto complesso.
- isNullable
- Boolean
Indica se il tipo supporta valori null.
- isInitialized
- Boolean
Indica se il tipo viene inizializzato.
Restituisce
Oggetto di tipo complesso per la proprietà.