C# 클래스 Amazon.ECS.Model.List

파일 보기 프로젝트 열기: nexus49/grado 1 사용 예제들

Private Properties

프로퍼티 타입 설명
EscapeXML String

공개 메소드들

메소드 설명
IsSetAdditionalName ( ) : System.Boolean

Checks if AdditionalName property is set

IsSetAverageRating ( ) : System.Boolean

Checks if AverageRating property is set

IsSetComment ( ) : System.Boolean

Checks if Comment property is set

IsSetCustomerName ( ) : System.Boolean

Checks if CustomerName property is set

IsSetDateCreated ( ) : System.Boolean

Checks if DateCreated property is set

IsSetImage ( ) : System.Boolean

Checks if Image property is set

IsSetListId ( ) : System.Boolean

Checks if ListId property is set

IsSetListName ( ) : System.Boolean

Checks if ListName property is set

IsSetListType ( ) : System.Boolean

Checks if ListType property is set

IsSetListURL ( ) : System.Boolean

Checks if ListURL property is set

IsSetOccasionDate ( ) : System.Boolean

Checks if OccasionDate property is set

IsSetPartnerName ( ) : System.Boolean

Checks if PartnerName property is set

IsSetRegistryNumber ( ) : System.Boolean

Checks if RegistryNumber property is set

IsSetTags ( ) : System.Boolean

Checks if Tags property is set

IsSetTotalItems ( ) : System.Boolean

Checks if TotalItems property is set

IsSetTotalPages ( ) : System.Boolean

Checks if TotalPages property is set

IsSetTotalTimesRead ( ) : System.Boolean

Checks if TotalTimesRead property is set

IsSetTotalVotes ( ) : System.Boolean

Checks if TotalVotes property is set

WithAdditionalName ( String additionalName ) : List

Sets the AdditionalName property

WithAverageRating ( Decimal averageRating ) : List

Sets the AverageRating property

WithComment ( String comment ) : List

Sets the Comment property

WithCustomerName ( String customerName ) : List

Sets the CustomerName property

WithDateCreated ( String dateCreated ) : List

Sets the DateCreated property

WithImage ( Image image ) : List

Sets the Image property

WithListId ( String listId ) : List

Sets the ListId property

WithListName ( String listName ) : List

Sets the ListName property

WithListType ( String listType ) : List

Sets the ListType property

WithListURL ( String listURL ) : List

Sets the ListURL property

WithOccasionDate ( String occasionDate ) : List

Sets the OccasionDate property

WithPartnerName ( String partnerName ) : List

Sets the PartnerName property

WithRegistryNumber ( String registryNumber ) : List

Sets the RegistryNumber property

WithTags ( Tags tags ) : List

Sets the Tags property

WithTotalItems ( Decimal totalItems ) : List

Sets the TotalItems property

WithTotalPages ( Decimal totalPages ) : List

Sets the TotalPages property

WithTotalTimesRead ( Decimal totalTimesRead ) : List

Sets the TotalTimesRead property

WithTotalVotes ( Decimal totalVotes ) : List

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

메소드 상세

IsSetAdditionalName() 공개 메소드

Checks if AdditionalName property is set
public IsSetAdditionalName ( ) : System.Boolean
리턴 System.Boolean

IsSetAverageRating() 공개 메소드

Checks if AverageRating property is set
public IsSetAverageRating ( ) : System.Boolean
리턴 System.Boolean

IsSetComment() 공개 메소드

Checks if Comment property is set
public IsSetComment ( ) : System.Boolean
리턴 System.Boolean

IsSetCustomerName() 공개 메소드

Checks if CustomerName property is set
public IsSetCustomerName ( ) : System.Boolean
리턴 System.Boolean

IsSetDateCreated() 공개 메소드

Checks if DateCreated property is set
public IsSetDateCreated ( ) : System.Boolean
리턴 System.Boolean

IsSetImage() 공개 메소드

Checks if Image property is set
public IsSetImage ( ) : System.Boolean
리턴 System.Boolean

IsSetListId() 공개 메소드

Checks if ListId property is set
public IsSetListId ( ) : System.Boolean
리턴 System.Boolean

IsSetListName() 공개 메소드

Checks if ListName property is set
public IsSetListName ( ) : System.Boolean
리턴 System.Boolean

IsSetListType() 공개 메소드

Checks if ListType property is set
public IsSetListType ( ) : System.Boolean
리턴 System.Boolean

IsSetListURL() 공개 메소드

Checks if ListURL property is set
public IsSetListURL ( ) : System.Boolean
리턴 System.Boolean

IsSetOccasionDate() 공개 메소드

Checks if OccasionDate property is set
public IsSetOccasionDate ( ) : System.Boolean
리턴 System.Boolean

IsSetPartnerName() 공개 메소드

Checks if PartnerName property is set
public IsSetPartnerName ( ) : System.Boolean
리턴 System.Boolean

IsSetRegistryNumber() 공개 메소드

Checks if RegistryNumber property is set
public IsSetRegistryNumber ( ) : System.Boolean
리턴 System.Boolean

IsSetTags() 공개 메소드

Checks if Tags property is set
public IsSetTags ( ) : System.Boolean
리턴 System.Boolean

IsSetTotalItems() 공개 메소드

Checks if TotalItems property is set
public IsSetTotalItems ( ) : System.Boolean
리턴 System.Boolean

IsSetTotalPages() 공개 메소드

Checks if TotalPages property is set
public IsSetTotalPages ( ) : System.Boolean
리턴 System.Boolean

IsSetTotalTimesRead() 공개 메소드

Checks if TotalTimesRead property is set
public IsSetTotalTimesRead ( ) : System.Boolean
리턴 System.Boolean

IsSetTotalVotes() 공개 메소드

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

WithAdditionalName() 공개 메소드

Sets the AdditionalName property
public WithAdditionalName ( String additionalName ) : List
additionalName String AdditionalName property
리턴 List

WithAverageRating() 공개 메소드

Sets the AverageRating property
public WithAverageRating ( Decimal averageRating ) : List
averageRating Decimal AverageRating property
리턴 List

WithComment() 공개 메소드

Sets the Comment property
public WithComment ( String comment ) : List
comment String Comment property
리턴 List

WithCustomerName() 공개 메소드

Sets the CustomerName property
public WithCustomerName ( String customerName ) : List
customerName String CustomerName property
리턴 List

WithDateCreated() 공개 메소드

Sets the DateCreated property
public WithDateCreated ( String dateCreated ) : List
dateCreated String DateCreated property
리턴 List

WithImage() 공개 메소드

Sets the Image property
public WithImage ( Image image ) : List
image Image Image property
리턴 List

WithListId() 공개 메소드

Sets the ListId property
public WithListId ( String listId ) : List
listId String ListId property
리턴 List

WithListName() 공개 메소드

Sets the ListName property
public WithListName ( String listName ) : List
listName String ListName property
리턴 List

WithListType() 공개 메소드

Sets the ListType property
public WithListType ( String listType ) : List
listType String ListType property
리턴 List

WithListURL() 공개 메소드

Sets the ListURL property
public WithListURL ( String listURL ) : List
listURL String ListURL property
리턴 List

WithOccasionDate() 공개 메소드

Sets the OccasionDate property
public WithOccasionDate ( String occasionDate ) : List
occasionDate String OccasionDate property
리턴 List

WithPartnerName() 공개 메소드

Sets the PartnerName property
public WithPartnerName ( String partnerName ) : List
partnerName String PartnerName property
리턴 List

WithRegistryNumber() 공개 메소드

Sets the RegistryNumber property
public WithRegistryNumber ( String registryNumber ) : List
registryNumber String RegistryNumber property
리턴 List

WithTags() 공개 메소드

Sets the Tags property
public WithTags ( Tags tags ) : List
tags Tags Tags property
리턴 List

WithTotalItems() 공개 메소드

Sets the TotalItems property
public WithTotalItems ( Decimal totalItems ) : List
totalItems Decimal TotalItems property
리턴 List

WithTotalPages() 공개 메소드

Sets the TotalPages property
public WithTotalPages ( Decimal totalPages ) : List
totalPages Decimal TotalPages property
리턴 List

WithTotalTimesRead() 공개 메소드

Sets the TotalTimesRead property
public WithTotalTimesRead ( Decimal totalTimesRead ) : List
totalTimesRead Decimal TotalTimesRead property
리턴 List

WithTotalVotes() 공개 메소드

Sets the TotalVotes property
public WithTotalVotes ( Decimal totalVotes ) : List
totalVotes Decimal TotalVotes property
리턴 List