Abstract class representing an arbitrary DynamoDB attribute value

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 abstract class DynamoDBEntry : ICloneable
Public MustInherit Class DynamoDBEntry _
	Implements ICloneable
public ref class DynamoDBEntry abstract : ICloneable

Members

      
 All Members  Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
AsBoolean()()()()
Explicitly convert DynamoDBEntry to Boolean
AsByte()()()()
Explicitly convert DynamoDBEntry to Byte
AsChar()()()()
Explicitly convert DynamoDBEntry to Char
AsDateTime()()()()
Explicitly convert DynamoDBEntry to DateTime
AsDecimal()()()()
Explicitly convert DynamoDBEntry to Decimal
AsDouble()()()()
Explicitly convert DynamoDBEntry to Double
AsInt()()()()
Explicitly convert DynamoDBEntry to Int32
AsListOfPrimitives()()()()
Explicitly convert DynamoDBEntry to List<Primitive>
AsListOfString()()()()
Explicitly convert DynamoDBEntry to List<String>
AsLong()()()()
Explicitly convert DynamoDBEntry to Int64
AsPrimitive()()()()
Convert DynamoDBEntry to Primitive
AsPrimitiveList()()()()
Convert DynamoDBEntry to PrimitiveList
AsSByte()()()()
Explicitly convert DynamoDBEntry to SByte
AsShort()()()()
Explicitly convert DynamoDBEntry to Int16
AsSingle()()()()
Explicitly convert DynamoDBEntry to Single
AsString()()()()
Explicitly convert DynamoDBEntry to String
AsUInt()()()()
Explicitly convert DynamoDBEntry to UInt32
AsULong()()()()
Explicitly convert DynamoDBEntry to UInt64
AsUShort()()()()
Explicitly convert DynamoDBEntry to UInt16
Clone()()()()
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Char)
Explicitly convert DynamoDBEntry to Char
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Byte)
Explicitly convert DynamoDBEntry to Byte
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Decimal)
Explicitly convert DynamoDBEntry to Decimal
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Double)
Explicitly convert DynamoDBEntry to Double
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to SByte)
Explicitly convert DynamoDBEntry to SByte
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to List<(Of <<'(String>)>>))
Explicitly convert DynamoDBEntry to List<String>
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to UInt64)
Explicitly convert DynamoDBEntry to UInt64
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to List<(Of <<'(Primitive>)>>))
Explicitly convert DynamoDBEntry to List<Primitive>
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to DateTime)
Explicitly convert DynamoDBEntry to DateTime
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Boolean)
Explicitly convert DynamoDBEntry to Boolean
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Single)
Explicitly convert DynamoDBEntry to Single
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to UInt16)
Explicitly convert DynamoDBEntry to UInt16
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Int64)
Explicitly convert DynamoDBEntry to Int64
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Int16)
Explicitly convert DynamoDBEntry to Int16
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to UInt32)
Explicitly convert DynamoDBEntry to UInt32
ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Int32)
Explicitly convert DynamoDBEntry to Int32
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
ImplicitWideningImplicitImplicitImplicit(Boolean to DynamoDBEntry)
Implicitly convert Boolean to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(Byte to DynamoDBEntry)
Implicitly convert Byte to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(Char to DynamoDBEntry)
Implicitly convert Char to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(String>)>>) to DynamoDBEntry)
Implicitly convert List<String> to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(DateTime to DynamoDBEntry)
Implicitly convert DateTime to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(Decimal to DynamoDBEntry)
Implicitly convert Decimal to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(Double to DynamoDBEntry)
Implicitly convert Double to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(Int16 to DynamoDBEntry)
Implicitly convert Int16 to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(Int32 to DynamoDBEntry)
Implicitly convert Int32 to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(Int64 to DynamoDBEntry)
Implicitly convert Int64 to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(SByte to DynamoDBEntry)
Implicitly convert SByte to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(Single to DynamoDBEntry)
Implicitly convert Single to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(String to DynamoDBEntry)
Implicitly convert String to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(UInt16 to DynamoDBEntry)
Implicitly convert UInt16 to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(UInt32 to DynamoDBEntry)
Implicitly convert UInt32 to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(UInt64 to DynamoDBEntry)
Implicitly convert UInt64 to DynamoDBEntry
ImplicitWideningImplicitImplicitImplicit(DynamoDBEntry to String)
Explicitly convert DynamoDBEntry to String
ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(Primitive>)>>) to DynamoDBEntry)
Implicitly convert List<Primitive> to DynamoDBEntry
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also