StructuralObject.GetValidValue Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
GetValidValue(Byte[]) |
Retourne une copie de la valeur d'octet actuelle. |
GetValidValue<T>(T, String, Boolean, Boolean) |
Retourne un type complexe pour la propriété spécifiée. |
GetValidValue(Byte[])
Retourne une copie de la valeur d'octet actuelle.
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()
Paramètres
- currentValue
- Byte[]
Valeur actuelle du tableau d'octets.
Retours
Copie de la valeur Byte actuelle.
S’applique à
GetValidValue<T>(T, String, Boolean, Boolean)
Retourne un type complexe pour la propriété spécifiée.
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
Paramètres de type
- T
Type de l'objet complexe demandé.
Paramètres
- currentValue
- T
Objet complexe qui hérite d'un objet complexe.
- property
- String
Nom de la propriété complexe qui est l'objet complexe.
- isNullable
- Boolean
Indique si le type prend en charge les valeurs nulles.
- isInitialized
- Boolean
Indique si le type est initialisé.
Retours
Objet de type complexe pour la propriété.