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

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

Private Properties

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

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

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

Checks if AverageFeedbackRating property is set

IsSetGlancePage ( ) : System.Boolean

Checks if GlancePage property is set

IsSetMerchantId ( ) : System.Boolean

Checks if MerchantId property is set

IsSetName ( ) : System.Boolean

Checks if Name property is set

IsSetTotalFeedback ( ) : System.Boolean

Checks if TotalFeedback property is set

IsSetTotalFeedbackPages ( ) : System.Boolean

Checks if TotalFeedbackPages property is set

WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Merchant

Sets the AverageFeedbackRating property

WithGlancePage ( String glancePage ) : Merchant

Sets the GlancePage property

WithMerchantId ( String merchantId ) : Merchant

Sets the MerchantId property

WithName ( String name ) : Merchant

Sets the Name property

WithTotalFeedback ( Decimal totalFeedback ) : Merchant

Sets the TotalFeedback property

WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Merchant

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Sets the AverageFeedbackRating property
public WithAverageFeedbackRating ( Decimal averageFeedbackRating ) : Merchant
averageFeedbackRating Decimal AverageFeedbackRating property
Результат Merchant

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

Sets the GlancePage property
public WithGlancePage ( String glancePage ) : Merchant
glancePage String GlancePage property
Результат Merchant

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

Sets the MerchantId property
public WithMerchantId ( String merchantId ) : Merchant
merchantId String MerchantId property
Результат Merchant

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

Sets the Name property
public WithName ( String name ) : Merchant
name String Name property
Результат Merchant

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

Sets the TotalFeedback property
public WithTotalFeedback ( Decimal totalFeedback ) : Merchant
totalFeedback Decimal TotalFeedback property
Результат Merchant

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

Sets the TotalFeedbackPages property
public WithTotalFeedbackPages ( Decimal totalFeedbackPages ) : Merchant
totalFeedbackPages Decimal TotalFeedbackPages property
Результат Merchant