C# 클래스 Microsoft.AppCenter.Ingestion.Models.ClearProperty

상속: Microsoft.AppCenter.Ingestion.Models.CustomProperty
파일 보기 프로젝트 열기: nor0x/AppCenter-XMac

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
CustomInit ( ) : void

An initialization method that performs custom operations like setting defaults

메소드 상세

ClearProperty() 공개 메소드

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

ClearProperty() 공개 메소드

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

Validate() 공개 메소드

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