AWS SDK for .NET Documentation
DynamoDBEntry Class
AmazonAmazon.DynamoDB.DocumentModelDynamoDBEntry Did this page help you?   Yes   No    Tell us about it...
Abstract class representing an arbitrary DynamoDB attribute value
Declaration Syntax
C#
public abstract class DynamoDBEntry : ICloneable
Members
All MembersMethods



IconMemberDescription
AsBoolean()()()()
Explicitly convert DynamoDBEntry to Boolean

AsByte()()()()
Explicitly convert DynamoDBEntry to Byte

AsByteArray()()()()
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

AsGuid()()()()
Explicitly convert DynamoDBEntry to Guid

AsInt()()()()
Explicitly convert DynamoDBEntry to Int32

AsListOfByteArray()()()()
Explicitly convert DynamoDBEntry to List<byte[]>

AsListOfMemoryStream()()()()
Explicitly convert DynamoDBEntry to List<MemoryStream>

AsListOfPrimitives()()()()
Explicitly convert DynamoDBEntry to List<Primitive>

AsListOfString()()()()
Explicitly convert DynamoDBEntry to List<String>

AsLong()()()()
Explicitly convert DynamoDBEntry to Int64

AsMemoryStream()()()()
Explicitly convert DynamoDBEntry to MemoryStream

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 Boolean)
Explicitly convert DynamoDBEntry to Boolean

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Byte)
Explicitly convert DynamoDBEntry to Byte

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to SByte)
Explicitly convert DynamoDBEntry to SByte

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to UInt16)
Explicitly convert DynamoDBEntry to UInt16

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

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to UInt64)
Explicitly convert DynamoDBEntry to UInt64

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Int64)
Explicitly convert DynamoDBEntry to Int64

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Single)
Explicitly convert DynamoDBEntry to Single

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Double)
Explicitly convert DynamoDBEntry to Double

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Decimal)
Explicitly convert DynamoDBEntry to Decimal

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Char)
Explicitly convert DynamoDBEntry to Char

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to DateTime)
Explicitly convert DynamoDBEntry to DateTime

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to Guid)
Explicitly convert DynamoDBEntry to Guid

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to array<Byte>[]()[][])
Explicitly convert DynamoDBEntry to byte[]

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to MemoryStream)
Explicitly convert DynamoDBEntry to MemoryStream

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to List<(Of <<'(Primitive>)>>))
Explicitly convert DynamoDBEntry to List<Primitive>

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to List<(Of <<'(String>)>>))
Explicitly convert DynamoDBEntry to List<String>

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to List<(Of <<'(array<Byte>[]()[][]>)>>))
Explicitly convert DynamoDBEntry to List<byte[]>

ExplicitNarrowingExplicitExplicitExplicit(DynamoDBEntry to List<(Of <<'(MemoryStream>)>>))
Explicitly convert DynamoDBEntry to List<MemoryStream>

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(SByte to DynamoDBEntry)
Implicitly convert SByte to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(UInt16 to DynamoDBEntry)
Implicitly convert UInt16 to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(Int16 to DynamoDBEntry)
Implicitly convert Int16 to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(UInt32 to DynamoDBEntry)
Implicitly convert UInt32 to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(Int32 to DynamoDBEntry)
Implicitly convert Int32 to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(UInt64 to DynamoDBEntry)
Implicitly convert UInt64 to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(Int64 to DynamoDBEntry)
Implicitly convert Int64 to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(Single to DynamoDBEntry)
Implicitly convert Single to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(Double to DynamoDBEntry)
Implicitly convert Double to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(Decimal to DynamoDBEntry)
Implicitly convert Decimal to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(Char to DynamoDBEntry)
Implicitly convert Char to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(String to DynamoDBEntry)
Implicitly convert String to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(DynamoDBEntry to String)
Explicitly convert DynamoDBEntry to String

ImplicitWideningImplicitImplicitImplicit(DateTime to DynamoDBEntry)
Implicitly convert DateTime to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(Guid to DynamoDBEntry)
Implicitly convert Guid to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(array<Byte>[]()[][] to DynamoDBEntry)
Implicitly convert byte[] to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(MemoryStream to DynamoDBEntry)
Implicitly convert MemoryStream to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(Primitive>)>>) to DynamoDBEntry)
Implicitly convert List<Primitive> to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(String>)>>) to DynamoDBEntry)
Implicitly convert List<String> to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(array<Byte>[]()[][]>)>>) to DynamoDBEntry)
Implicitly convert List<byte[]> to DynamoDBEntry

ImplicitWideningImplicitImplicitImplicit(List<(Of <<'(MemoryStream>)>>) to DynamoDBEntry)
Implicitly convert List<MemoryStream> to DynamoDBEntry

ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)