C# Класс Arango.Client.DictionaryExtensions

Показать файл Открыть проект

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

Метод Описание
From ( object>.this dictionary, string id ) : object>.Dictionary

Stores `_from` field value.

From ( object>.this dictionary ) : string

Retrieves value of `_from` field. If the field is missing or has invalid format null value is returned.

HasFrom ( object>.this dictionary ) : bool

Checks if `_from` field is present and has valid format.

HasID ( object>.this dictionary ) : bool

Checks if `_id` field is present and has valid format.

HasKey ( object>.this dictionary ) : bool

Checks if `_key` field is present and has valid format.

HasRev ( object>.this dictionary ) : bool

Checks if `_rev` field is present and has valid format.

HasTo ( object>.this dictionary ) : bool

Checks if `_to` field is present and has valid format.

ID ( object>.this dictionary, string id ) : object>.Dictionary

Stores `_id` field value.

ID ( object>.this dictionary ) : string

Retrieves value of `_id` field. If the field is missing or has invalid format null value is returned.

IsID ( object>.this dictionary, string fieldPath ) : bool

Checks if specified field path has valid document ID value in the format of `collection/key`.

IsKey ( object>.this dictionary, string fieldPath ) : bool

Checks if specified field path has valid document key value.

Key ( object>.this dictionary, string key ) : object>.Dictionary

Stores `_key` field value.

Key ( object>.this dictionary ) : string

Retrieves value of `_key` field. If the field is missing or has invalid format null value is returned.

Rev ( object>.this dictionary, string rev ) : object>.Dictionary

Stores `_rev` field value.

Rev ( object>.this dictionary ) : string

Retrieves value of `_rev` field. If the field is missing or has invalid format null value is returned.

To ( object>.this dictionary, string id ) : object>.Dictionary

Stores `_to` field value.

To ( object>.this dictionary ) : string

Retrieves value of `_to` field. If the field is missing or has invalid format null value is returned.

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

From() публичный статический Метод

Stores `_from` field value.
Specified id value has invalid format.
public static From ( object>.this dictionary, string id ) : object>.Dictionary
dictionary object>.this
id string
Результат object>.Dictionary

From() публичный статический Метод

Retrieves value of `_from` field. If the field is missing or has invalid format null value is returned.
public static From ( object>.this dictionary ) : string
dictionary object>.this
Результат string

HasFrom() публичный статический Метод

Checks if `_from` field is present and has valid format.
public static HasFrom ( object>.this dictionary ) : bool
dictionary object>.this
Результат bool

HasID() публичный статический Метод

Checks if `_id` field is present and has valid format.
public static HasID ( object>.this dictionary ) : bool
dictionary object>.this
Результат bool

HasKey() публичный статический Метод

Checks if `_key` field is present and has valid format.
public static HasKey ( object>.this dictionary ) : bool
dictionary object>.this
Результат bool

HasRev() публичный статический Метод

Checks if `_rev` field is present and has valid format.
public static HasRev ( object>.this dictionary ) : bool
dictionary object>.this
Результат bool

HasTo() публичный статический Метод

Checks if `_to` field is present and has valid format.
public static HasTo ( object>.this dictionary ) : bool
dictionary object>.this
Результат bool

ID() публичный статический Метод

Stores `_id` field value.
Specified id value has invalid format.
public static ID ( object>.this dictionary, string id ) : object>.Dictionary
dictionary object>.this
id string
Результат object>.Dictionary

ID() публичный статический Метод

Retrieves value of `_id` field. If the field is missing or has invalid format null value is returned.
public static ID ( object>.this dictionary ) : string
dictionary object>.this
Результат string

IsID() публичный статический Метод

Checks if specified field path has valid document ID value in the format of `collection/key`.
public static IsID ( object>.this dictionary, string fieldPath ) : bool
dictionary object>.this
fieldPath string
Результат bool

IsKey() публичный статический Метод

Checks if specified field path has valid document key value.
public static IsKey ( object>.this dictionary, string fieldPath ) : bool
dictionary object>.this
fieldPath string
Результат bool

Key() публичный статический Метод

Stores `_key` field value.
Specified key value has invalid format.
public static Key ( object>.this dictionary, string key ) : object>.Dictionary
dictionary object>.this
key string
Результат object>.Dictionary

Key() публичный статический Метод

Retrieves value of `_key` field. If the field is missing or has invalid format null value is returned.
public static Key ( object>.this dictionary ) : string
dictionary object>.this
Результат string

Rev() публичный статический Метод

Stores `_rev` field value.
Specified rev value has invalid format.
public static Rev ( object>.this dictionary, string rev ) : object>.Dictionary
dictionary object>.this
rev string
Результат object>.Dictionary

Rev() публичный статический Метод

Retrieves value of `_rev` field. If the field is missing or has invalid format null value is returned.
public static Rev ( object>.this dictionary ) : string
dictionary object>.this
Результат string

To() публичный статический Метод

Stores `_to` field value.
Specified id value has invalid format.
public static To ( object>.this dictionary, string id ) : object>.Dictionary
dictionary object>.this
id string
Результат object>.Dictionary

To() публичный статический Метод

Retrieves value of `_to` field. If the field is missing or has invalid format null value is returned.
public static To ( object>.this dictionary ) : string
dictionary object>.this
Результат string