C# 클래스 Arango.Client.DictionaryExtensions

파일 보기 프로젝트 열기: yojimbo87/ArangoDB-NET

공개 메소드들

메소드 설명
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