My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
T_MongoDB_Driver_Oid  
API documentation for the Oid type
WikiDoc, Type
Updated Jun 8, 2010 by ee.devf...@gmail.com

Remarks

Consists of 12 bytes

Members

Fields

Name Literal Comments
CollectionRefID
Empty

Methods

Constructors

||Initializes a new instance of the Oid class.
Oid()

CompareTo

||===== Returns =====
Oid(Byte)
Oid(MongoDB.Driver.Oid)
Oid(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Oid(System.String)
Oid(System.String, System.String)
int CompareTo(object obj)
int CompareTo(Oid rhs)

CompareTo

||===== Returns =====
int CompareTo(object obj)
int CompareTo(Oid rhs)

Equals

||===== Returns ===== trueif the specified Object is equal to this instance; otherwise,false.
bool Equals(object obj)

||===== Returns =====
bool Equals(Oid other)

Equals

||===== Returns ===== trueif the specified Object is equal to this instance; otherwise,false.
bool Equals(object obj)

||===== Returns =====
bool Equals(Oid other)

GetHashCode

||===== Returns ===== A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.
int GetHashCode()

GetObjectData

NewOid

||===== Returns =====
void GetObjectData(SerializationInfo info, StreamingContext context)
Oid NewOid()

ToBase64String

||===== Returns =====
string ToBase64String()

ToHexadecimalString

||===== Returns =====
string ToHexadecimalString()

ToMongoDBString

||===== Returns =====
string ToMongoDBString()

ToString

||===== Returns ===== A String that represents this instance.
string ToString()

||===== Returns ===== A String that represents this instance.
string ToString(string format, IFormatProvider formatProvider)

ToString

||===== Returns ===== A String that represents this instance.
string ToString()

||===== Returns ===== A String that represents this instance.
string ToString(string format, IFormatProvider formatProvider)


Sign in to add a comment
Powered by Google Project Hosting