C# Класс Amazon.ECS.Model.VendorRebate

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

Private Properties

Свойство Тип Описание
EscapeXML String

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

Метод Описание
IsSetEndDate ( ) : System.Boolean

Checks if EndDate property is set

IsSetStartDate ( ) : System.Boolean

Checks if StartDate property is set

IsSetType ( ) : System.Boolean

Checks if Type property is set

WithEndDate ( String endDate ) : VendorRebate

Sets the EndDate property

WithStartDate ( String startDate ) : VendorRebate

Sets the StartDate property

WithType ( String type ) : VendorRebate

Sets the Type property

Защищенные методы

Метод Описание
ToXMLFragment ( ) : String

XML fragment representation of this object

Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only

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

Метод Описание
EscapeXML ( String str ) : String

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

IsSetEndDate() публичный метод

Checks if EndDate property is set
public IsSetEndDate ( ) : System.Boolean
Результат System.Boolean

IsSetStartDate() публичный метод

Checks if StartDate property is set
public IsSetStartDate ( ) : System.Boolean
Результат System.Boolean

IsSetType() публичный метод

Checks if Type property is set
public IsSetType ( ) : System.Boolean
Результат System.Boolean

ToXMLFragment() защищенный метод

XML fragment representation of this object
Name for outer tag expected to be set by calling method. This fragment returns inner properties representation only
protected ToXMLFragment ( ) : String
Результат String

WithEndDate() публичный метод

Sets the EndDate property
public WithEndDate ( String endDate ) : VendorRebate
endDate String EndDate property
Результат VendorRebate

WithStartDate() публичный метод

Sets the StartDate property
public WithStartDate ( String startDate ) : VendorRebate
startDate String StartDate property
Результат VendorRebate

WithType() публичный метод

Sets the Type property
public WithType ( String type ) : VendorRebate
type String Type property
Результат VendorRebate