C# Класс Amazon.DynamoDBv2.Model.AttributeValue

Represents the data for an attribute. You can set one, and only one, of the elements.

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
AttributeValue ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

AttributeValue ( List ss ) : System

Instantiates AttributeValue with the parameterized properties

AttributeValue ( string s ) : System

Instantiates AttributeValue with the parameterized properties

Приватные методы

Метод Описание
IsSetB ( ) : bool
IsSetBOOL ( ) : bool
IsSetBS ( ) : bool
IsSetL ( ) : bool
IsSetM ( ) : bool
IsSetN ( ) : bool
IsSetNS ( ) : bool
IsSetNULL ( ) : bool
IsSetS ( ) : bool
IsSetSS ( ) : bool

Описание методов

AttributeValue() публичный Метод

Empty constructor used to set properties independently even when a simple constructor is available
public AttributeValue ( ) : System
Результат System

AttributeValue() публичный Метод

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( List ss ) : System
ss List A String Set data type.
Результат System

AttributeValue() публичный Метод

Instantiates AttributeValue with the parameterized properties
public AttributeValue ( string s ) : System
s string A String data type.
Результат System