A DynamoDBEntry that represents a primitive 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 Primitive : DynamoDBEntry
Public Class Primitive _
	Inherits DynamoDBEntry
public ref class Primitive : public DynamoDBEntry

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
Primitive()()()()
Constructs an empty Primitive
Primitive(String)
Constructs a Primitive with the specified value. Value is stored as a string, not numeric.
Primitive(String, Boolean)
Constructs a Primitive with the specified value and specifies whether it should be stored as a number or not.
AsBoolean()()()()
Explicitly convert Primitive to Boolean
(Overrides DynamoDBEntry..::..AsBoolean()()()().)
AsByte()()()()
Explicitly convert Primitive to Byte
(Overrides DynamoDBEntry..::..AsByte()()()().)
AsChar()()()()
Explicitly convert Primitive to Char
(Overrides DynamoDBEntry..::..AsChar()()()().)
AsDateTime()()()()
Explicitly convert Primitive to DateTime
(Overrides DynamoDBEntry..::..AsDateTime()()()().)
AsDecimal()()()()
Explicitly convert Primitive to Decimal
(Overrides DynamoDBEntry..::..AsDecimal()()()().)
AsDouble()()()()
Explicitly convert Primitive to Double
(Overrides DynamoDBEntry..::..AsDouble()()()().)
AsInt()()()()
Explicitly convert Primitive to Int32
(Overrides DynamoDBEntry..::..AsInt()()()().)
AsListOfPrimitives()()()()
Explicitly convert DynamoDBEntry to List<Primitive>
(Inherited from DynamoDBEntry.)
AsListOfString()()()()
Explicitly convert DynamoDBEntry to List<String>
(Inherited from DynamoDBEntry.)
AsLong()()()()
Explicitly convert Primitive to Int64
(Overrides DynamoDBEntry..::..AsLong()()()().)
AsPrimitive()()()()
Convert DynamoDBEntry to Primitive
(Inherited from DynamoDBEntry.)
AsPrimitiveList()()()()
Convert DynamoDBEntry to PrimitiveList
(Inherited from DynamoDBEntry.)
AsSByte()()()()
Explicitly convert Primitive to SByte
(Overrides DynamoDBEntry..::..AsSByte()()()().)
AsShort()()()()
Explicitly convert Primitive to Int16
(Overrides DynamoDBEntry..::..AsShort()()()().)
AsSingle()()()()
Explicitly convert Primitive to Single
(Overrides DynamoDBEntry..::..AsSingle()()()().)
AsString()()()()
Explicitly convert Primitive to String
(Overrides DynamoDBEntry..::..AsString()()()().)
AsUInt()()()()
Explicitly convert Primitive to UInt32
(Overrides DynamoDBEntry..::..AsUInt()()()().)
AsULong()()()()
Explicitly convert Primitive to UInt64
(Overrides DynamoDBEntry..::..AsULong()()()().)
AsUShort()()()()
Explicitly convert Primitive to UInt16
(Overrides DynamoDBEntry..::..AsUShort()()()().)
Clone()()()() (Overrides DynamoDBEntry..::..Clone()()()().)
Equals(Object) (Overrides Object..::..Equals(Object).)
ExplicitNarrowingExplicitExplicitExplicit(Primitive to SByte)
Explicitly convert Primitive to SByte
ExplicitNarrowingExplicitExplicitExplicit(Primitive to DateTime)
Explicitly convert Primitive to DateTime
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Int64)
Explicitly convert Primitive to Int64
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Single)
Explicitly convert Primitive to Single
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Char)
Explicitly convert Primitive to Char
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Boolean)
Explicitly convert Primitive to Boolean
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Decimal)
Explicitly convert Primitive to Decimal
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Byte)
Explicitly convert Primitive to Byte
ExplicitNarrowingExplicitExplicitExplicit(Primitive to UInt16)
Explicitly convert Primitive to UInt16
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Int32)
Explicitly convert Primitive to Int32
ExplicitNarrowingExplicitExplicitExplicit(Primitive to UInt32)
Explicitly convert Primitive to UInt32
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Double)
Explicitly convert Primitive to Double
ExplicitNarrowingExplicitExplicitExplicit(Primitive to Int16)
Explicitly convert Primitive to Int16
ExplicitNarrowingExplicitExplicitExplicit(Primitive to UInt64)
Explicitly convert Primitive to UInt64
GetHashCode()()()() (Overrides Object..::..GetHashCode()()()().)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(Boolean to Primitive)
Implicitly convert Boolean to Primitive
ImplicitWideningImplicitImplicitImplicit(Byte to Primitive)
Implicitly convert Byte to Primitive
ImplicitWideningImplicitImplicitImplicit(Char to Primitive)
Implicitly convert Char to Primitive
ImplicitWideningImplicitImplicitImplicit(DateTime to Primitive)
Implicitly convert DateTime to Primitive
ImplicitWideningImplicitImplicitImplicit(Decimal to Primitive)
Implicitly convert Decimal to Primitive
ImplicitWideningImplicitImplicitImplicit(Double to Primitive)
Implicitly convert Double to Primitive
ImplicitWideningImplicitImplicitImplicit(Int16 to Primitive)
Implicitly convert Int16 to Primitive
ImplicitWideningImplicitImplicitImplicit(Int32 to Primitive)
Implicitly convert Int32 to Primitive
ImplicitWideningImplicitImplicitImplicit(Int64 to Primitive)
Implicitly convert Int64 to Primitive
ImplicitWideningImplicitImplicitImplicit(SByte to Primitive)
Implicitly convert SByte to Primitive
ImplicitWideningImplicitImplicitImplicit(Single to Primitive)
Implicitly convert Single to Primitive
ImplicitWideningImplicitImplicitImplicit(String to Primitive)
Implicitly convert String to Primitive
ImplicitWideningImplicitImplicitImplicit(UInt16 to Primitive)
Implicitly convert UInt16 to Primitive
ImplicitWideningImplicitImplicitImplicit(UInt32 to Primitive)
Implicitly convert UInt32 to Primitive
ImplicitWideningImplicitImplicitImplicit(UInt64 to Primitive)
Implicitly convert UInt64 to Primitive
ImplicitWideningImplicitImplicitImplicit(Primitive to String)
Explicitly convert Primitive to String
SaveAsNumeric
Flag, set to true if value should be treated as a number instead of a string
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Value
String representation of the Primitive

Inheritance Hierarchy

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

See Also