C# Класс PureCloudPlatform.Client.V2.Model.BuImportShortTermForecastSchema

Наследование: IEquatable
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
BuImportShortTermForecastSchema System

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

Метод Описание
BuImportShortTermForecastSchema ( string Description = null, int? WeekCount = null, List PlanningGroups = null, List LongTermPlanningGroups = null, bool? CanUseForScheduling = null ) : System

Initializes a new instance of the BuImportShortTermForecastSchema class.

Equals ( other ) : bool

Returns true if BuImportShortTermForecastSchema instances are equal

Equals ( object obj ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

Приватные методы

Метод Описание
BuImportShortTermForecastSchema ( ) : System

Описание методов

BuImportShortTermForecastSchema() публичный Метод

Initializes a new instance of the BuImportShortTermForecastSchema class.
public BuImportShortTermForecastSchema ( string Description = null, int? WeekCount = null, List PlanningGroups = null, List LongTermPlanningGroups = null, bool? CanUseForScheduling = null ) : System
Description string The description for the forecast (required).
WeekCount int? The number of weeks covered by the forecast (required).
PlanningGroups List The short term planning group data (required).
LongTermPlanningGroups List The long term planning group data.
CanUseForScheduling bool? Whether this forecast can be used for scheduling.
Результат System

Equals() публичный Метод

Returns true if BuImportShortTermForecastSchema instances are equal
public Equals ( other ) : bool
other Instance of BuImportShortTermForecastSchema to be compared
Результат bool

Equals() публичный Метод

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
Результат bool

GetHashCode() публичный Метод

Gets the hash code
public GetHashCode ( ) : int
Результат int

ToJson() публичный Метод

Returns the JSON string presentation of the object
public ToJson ( ) : string
Результат string

ToString() публичный Метод

Returns the string presentation of the object
public ToString ( ) : string
Результат string