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

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

Private Properties

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

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

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

Checks if Condition property is set

IsSetConditionNote ( ) : System.Boolean

Checks if ConditionNote property is set

IsSetSubCondition ( ) : System.Boolean

Checks if SubCondition property is set

IsSetWillShipExpedited ( ) : System.Boolean

Checks if WillShipExpedited property is set

IsSetWillShipInternational ( ) : System.Boolean

Checks if WillShipInternational property is set

WithCondition ( String condition ) : OfferAttributes

Sets the Condition property

WithConditionNote ( String conditionNote ) : OfferAttributes

Sets the ConditionNote property

WithSubCondition ( String subCondition ) : OfferAttributes

Sets the SubCondition property

WithWillShipExpedited ( System.Boolean willShipExpedited ) : OfferAttributes

Sets the WillShipExpedited property

WithWillShipInternational ( System.Boolean willShipInternational ) : OfferAttributes

Sets the WillShipInternational 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

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

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

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

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

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

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

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

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

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

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

Checks if WillShipInternational property is set
public IsSetWillShipInternational ( ) : 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

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

Sets the Condition property
public WithCondition ( String condition ) : OfferAttributes
condition String Condition property
Результат OfferAttributes

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

Sets the ConditionNote property
public WithConditionNote ( String conditionNote ) : OfferAttributes
conditionNote String ConditionNote property
Результат OfferAttributes

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

Sets the SubCondition property
public WithSubCondition ( String subCondition ) : OfferAttributes
subCondition String SubCondition property
Результат OfferAttributes

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

Sets the WillShipExpedited property
public WithWillShipExpedited ( System.Boolean willShipExpedited ) : OfferAttributes
willShipExpedited System.Boolean WillShipExpedited property
Результат OfferAttributes

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

Sets the WillShipInternational property
public WithWillShipInternational ( System.Boolean willShipInternational ) : OfferAttributes
willShipInternational System.Boolean WillShipInternational property
Результат OfferAttributes