C# Class Amazon.ECS.Model.List

Show file Open project: nexus49/grado Class Usage Examples

Private Properties

Property Type Description
EscapeXML String

Public Methods

Method Description
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

Protected Methods

Method Description
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

Private Methods

Method Description
EscapeXML ( String str ) : String

Method Details

IsSetAdditionalName() public method

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

IsSetAverageRating() public method

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

IsSetComment() public method

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

IsSetCustomerName() public method

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

IsSetDateCreated() public method

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

IsSetImage() public method

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

IsSetListId() public method

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

IsSetListName() public method

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

IsSetListType() public method

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

IsSetListURL() public method

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

IsSetOccasionDate() public method

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

IsSetPartnerName() public method

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

IsSetRegistryNumber() public method

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

IsSetTags() public method

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

IsSetTotalItems() public method

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

IsSetTotalPages() public method

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

IsSetTotalTimesRead() public method

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

IsSetTotalVotes() public method

Checks if TotalVotes property is set
public IsSetTotalVotes ( ) : System.Boolean
return System.Boolean

ToXMLFragment() protected method

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
return String

WithAdditionalName() public method

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

WithAverageRating() public method

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

WithComment() public method

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

WithCustomerName() public method

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

WithDateCreated() public method

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

WithImage() public method

Sets the Image property
public WithImage ( Image image ) : List
image Image Image property
return List

WithListId() public method

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

WithListName() public method

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

WithListType() public method

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

WithListURL() public method

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

WithOccasionDate() public method

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

WithPartnerName() public method

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

WithRegistryNumber() public method

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

WithTags() public method

Sets the Tags property
public WithTags ( Tags tags ) : List
tags Tags Tags property
return List

WithTotalItems() public method

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

WithTotalPages() public method

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

WithTotalTimesRead() public method

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

WithTotalVotes() public method

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