C# 클래스 MongoDB.Driver.DBRef

A Wrapper for a reference to another object
파일 보기 프로젝트 열기: sdether/mongodb-csharp 1 사용 예제들

공개 메소드들

메소드 설명
DBRef ( ) : System
DBRef ( Document doc ) : System

Constructs a DBRef from a document that matches the DBref specification.

DBRef ( string collectionName, object id ) : System
Equals ( object obj ) : bool
FromDocument ( Document doc ) : DBRef

Deprecated. Use the new DBRef(Document) constructor instead.

GetHashCode ( ) : int
IsDocumentDBRef ( Document doc ) : bool
ToString ( ) : string

메소드 상세

DBRef() 공개 메소드

public DBRef ( ) : System
리턴 System

DBRef() 공개 메소드

Constructs a DBRef from a document that matches the DBref specification.
public DBRef ( Document doc ) : System
doc Document
리턴 System

DBRef() 공개 메소드

public DBRef ( string collectionName, object id ) : System
collectionName string
id object
리턴 System

Equals() 공개 메소드

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

FromDocument() 공개 정적인 메소드

Deprecated. Use the new DBRef(Document) constructor instead.
public static FromDocument ( Document doc ) : DBRef
doc Document
리턴 DBRef

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsDocumentDBRef() 공개 정적인 메소드

public static IsDocumentDBRef ( Document doc ) : bool
doc Document
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string