C# Class Microsoft.AppCenter.Ingestion.Models.ClearProperty

Inheritance: Microsoft.AppCenter.Ingestion.Models.CustomProperty
Afficher le fichier Open project: nor0x/AppCenter-XMac

Méthodes publiques

Méthode Description
ClearProperty ( ) : Newtonsoft.Json

Initializes a new instance of the ClearProperty class.

ClearProperty ( string name ) : Newtonsoft.Json

Initializes a new instance of the ClearProperty class.

Validate ( ) : void

Validate the object.

Private Methods

Méthode Description
CustomInit ( ) : void

An initialization method that performs custom operations like setting defaults

Method Details

ClearProperty() public méthode

Initializes a new instance of the ClearProperty class.
public ClearProperty ( ) : Newtonsoft.Json
Résultat Newtonsoft.Json

ClearProperty() public méthode

Initializes a new instance of the ClearProperty class.
public ClearProperty ( string name ) : Newtonsoft.Json
name string
Résultat Newtonsoft.Json

Validate() public méthode

Validate the object.
/// Thrown if validation fails ///
public Validate ( ) : void
Résultat void