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

Inheritance: Microsoft.AppCenter.Ingestion.Models.CustomProperty
Mostra file Open project: nor0x/AppCenter-XMac

Public Methods

Method 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

Method Description
CustomInit ( ) : void

An initialization method that performs custom operations like setting defaults

Method Details

ClearProperty() public method

Initializes a new instance of the ClearProperty class.
public ClearProperty ( ) : Newtonsoft.Json
return Newtonsoft.Json

ClearProperty() public method

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

Validate() public method

Validate the object.
/// Thrown if validation fails ///
public Validate ( ) : void
return void