C# Класс Microsoft.AppCenter.Ingestion.Models.ClearProperty

Наследование: Microsoft.AppCenter.Ingestion.Models.CustomProperty
Показать файл Открыть проект

Открытые методы

Метод Описание
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