C# 클래스 MongoDB.Types.ObjectId

파일 보기 프로젝트 열기: dannycoates/mongo-clr4-driver 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : ObjectId
Equals ( object obj ) : bool
GetBytes ( ) : byte[]
GetHashCode ( ) : int
IsOidString ( string hex ) : bool
ObjectId ( byte bytes ) : System
ToString ( ) : string
TryParse ( string value, ObjectId &oid ) : bool

비공개 메소드들

메소드 설명
FromString ( string hex ) : ObjectId

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : ObjectId
리턴 ObjectId

Equals() 공개 메소드

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

GetBytes() 공개 메소드

public GetBytes ( ) : byte[]
리턴 byte[]

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsOidString() 공개 정적인 메소드

public static IsOidString ( string hex ) : bool
hex string
리턴 bool

ObjectId() 공개 메소드

public ObjectId ( byte bytes ) : System
bytes byte
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TryParse() 공개 정적인 메소드

public static TryParse ( string value, ObjectId &oid ) : bool
value string
oid ObjectId
리턴 bool