A DynamoDBEntry that represents a primitive list DynamoDB type

Namespace: Amazon.DynamoDB.DocumentModel
Assembly: AWSSDK (in AWSSDK.dll) Version: 1.4.10.0 (1.4.10.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public class PrimitiveList : DynamoDBEntry
Public Class PrimitiveList _
	Inherits DynamoDBEntry
public ref class PrimitiveList : public DynamoDBEntry

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
PrimitiveList()()()()
Constructs an empty PrimitiveList. Values are configured to be saved as strings.
PrimitiveList(Boolean)
Constructs an empty PrimitiveList and specifies whether it should be stored as a number or not.
Add(Primitive)
Adds a Primitive to the end of the list.
AsBoolean()()()()
Explicitly convert DynamoDBEntry to Boolean
(Inherited from DynamoDBEntry.)
AsByte()()()()
Explicitly convert DynamoDBEntry to Byte
(Inherited from DynamoDBEntry.)
AsChar()()()()
Explicitly convert DynamoDBEntry to Char
(Inherited from DynamoDBEntry.)
AsDateTime()()()()
Explicitly convert DynamoDBEntry to DateTime
(Inherited from DynamoDBEntry.)
AsDecimal()()()()
Explicitly convert DynamoDBEntry to Decimal
(Inherited from DynamoDBEntry.)
AsDouble()()()()
Explicitly convert DynamoDBEntry to Double
(Inherited from DynamoDBEntry.)
AsInt()()()()
Explicitly convert DynamoDBEntry to Int32
(Inherited from DynamoDBEntry.)
AsListOfPrimitives()()()()
Explicitly convert PrimitiveList to List<Primitive>
(Overrides DynamoDBEntry..::..AsListOfPrimitives()()()().)
AsListOfString()()()()
Explicitly convert PrimitiveList to List<String>
(Overrides DynamoDBEntry..::..AsListOfString()()()().)
AsLong()()()()
Explicitly convert DynamoDBEntry to Int64
(Inherited from DynamoDBEntry.)
AsPrimitive()()()()
Convert DynamoDBEntry to Primitive
(Inherited from DynamoDBEntry.)
AsPrimitiveList()()()()
Convert DynamoDBEntry to PrimitiveList
(Inherited from DynamoDBEntry.)
AsSByte()()()()
Explicitly convert DynamoDBEntry to SByte
(Inherited from DynamoDBEntry.)
AsShort()()()()
Explicitly convert DynamoDBEntry to Int16
(Inherited from DynamoDBEntry.)
AsSingle()()()()
Explicitly convert DynamoDBEntry to Single
(Inherited from DynamoDBEntry.)
AsString()()()()
Explicitly convert DynamoDBEntry to String
(Inherited from DynamoDBEntry.)
AsUInt()()()()
Explicitly convert DynamoDBEntry to UInt32
(Inherited from DynamoDBEntry.)
AsULong()()()()
Explicitly convert DynamoDBEntry to UInt64
(Inherited from DynamoDBEntry.)
AsUShort()()()()
Explicitly convert DynamoDBEntry to UInt16
(Inherited from DynamoDBEntry.)
Clone()()()() (Overrides DynamoDBEntry..::..Clone()()()().)
Entries
Collection of Primitive entries
Equals(Object) (Overrides Object..::..Equals(Object).)
ExplicitNarrowingExplicitExplicitExplicit(PrimitiveList to List<(Of <<'(String>)>>))
Explicitly convert PrimitiveList to List<String>
ExplicitNarrowingExplicitExplicitExplicit(PrimitiveList to List<(Of <<'(Primitive>)>>))
Explicitly convert PrimitiveList to List<Primitive>
GetHashCode()()()() (Overrides Object..::..GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(String>)>>) to PrimitiveList)
Implicitly convert List<String> to PrimitiveList
ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(Primitive>)>>) to PrimitiveList)
Implicitly convert List<Primitive> to PrimitiveList
Item[([( Int32])])
Gets or sets Primitive at a specific location in the list.
SaveAsNumeric
Flag, set to true if value should be treated as a number, not a string
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  Amazon.DynamoDB.DocumentModel..::..DynamoDBEntry
    Amazon.DynamoDB.DocumentModel..::..PrimitiveList

See Also