Property | Type | Description | |
---|---|---|---|
ApplyDefaultValues | void | ||
MongoCollectionSettings | System | ||
MongoCollectionSettings | System |
Method | Description | |
---|---|---|
Clone ( ) : |
Creates a clone of the settings.
|
|
Equals ( object obj ) : bool |
Compares two MongoCollectionSettings instances.
|
|
Freeze ( ) : |
Freezes the settings.
|
|
FrozenCopy ( ) : |
Returns a frozen copy of the settings.
|
|
GetHashCode ( ) : int |
Gets the hash code.
|
|
MongoCollectionSettings ( ) : System |
Initializes a new instance of the MongoCollectionSettings class.
|
|
ToString ( ) : string |
Returns a string representation of the settings.
|
Method | Description | |
---|---|---|
ApplyDefaultValues ( |
||
MongoCollectionSettings ( MongoDatabase database, string collectionName, |
||
MongoCollectionSettings ( string collectionName, bool assignIdOnInsert, |
public Equals ( object obj ) : bool | ||
obj | object | The other instance. |
return | bool |
public FrozenCopy ( ) : |
||
return |