C# 클래스 MongoDB.Driver.Document

Description of Document.
상속: System.Collections.DictionaryBase
파일 보기 프로젝트 열기: sdether/mongodb-csharp 1 사용 예제들

공개 메소드들

메소드 설명
Add ( String key, Object value ) : void
Append ( String key, Object value ) : Document
Clear ( ) : void
Contains ( String key ) : bool
CopyTo ( Document dest ) : void

TODO Fix any accidental reordering issues.

Document ( ) : System
Equals ( Document obj ) : bool
Equals ( object obj ) : bool
GetHashCode ( ) : int
Insert ( String key, Object value, int Position ) : void

Adds an item to the Document at the specified position

Prepend ( String key, Object value ) : Document
Remove ( String key ) : void
ToString ( ) : string
Update ( Document from ) : Document
this ( String key ) : Object

비공개 메소드들

메소드 설명
GetArrayHashcode ( Array array ) : int
GetValueHashCode ( object value ) : int

메소드 상세

Add() 공개 메소드

public Add ( String key, Object value ) : void
key String
value Object
리턴 void

Append() 공개 메소드

public Append ( String key, Object value ) : Document
key String
value Object
리턴 Document

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Contains() 공개 메소드

public Contains ( String key ) : bool
key String
리턴 bool

CopyTo() 공개 메소드

TODO Fix any accidental reordering issues.
public CopyTo ( Document dest ) : void
dest Document
리턴 void

Document() 공개 메소드

public Document ( ) : System
리턴 System

Equals() 공개 메소드

public Equals ( Document obj ) : bool
obj Document
리턴 bool

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Insert() 공개 메소드

Adds an item to the Document at the specified position
public Insert ( String key, Object value, int Position ) : void
key String
value Object
Position int
리턴 void

Prepend() 공개 메소드

public Prepend ( String key, Object value ) : Document
key String
value Object
리턴 Document

Remove() 공개 메소드

public Remove ( String key ) : void
key String
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Update() 공개 메소드

public Update ( Document from ) : Document
from Document
리턴 Document

this() 공개 메소드

public this ( String key ) : Object
key String
리턴 Object