C# Class Mongo.Context.Queryable.DocumentTypeBuilder

Show file Open project: object/MongOData Class Usage Examples

Public Methods

Method Description
CompileDocumentType ( Type baseType, Type>.IDictionary fields ) : Type

Private Methods

Method Description
CompileDocumentTypeInternal ( Type baseType, Type>.IDictionary fields ) : Type
CreateProperty ( TypeBuilder tb, string propertyName, Type propertyType, bool markAsBsonId = false ) : void
GetTypeBuilder ( Type baseType ) : TypeBuilder

Method Details

CompileDocumentType() public static method

public static CompileDocumentType ( Type baseType, Type>.IDictionary fields ) : Type
baseType System.Type
fields Type>.IDictionary
return System.Type