C# Class Mongo.Context.Queryable.DocumentTypeBuilder

Afficher le fichier Open project: object/MongOData Class Usage Examples

Méthodes publiques

Méthode Description
CompileDocumentType ( Type baseType, Type>.IDictionary fields ) : Type

Private Methods

Méthode 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 méthode

public static CompileDocumentType ( Type baseType, Type>.IDictionary fields ) : Type
baseType System.Type
fields Type>.IDictionary
Résultat System.Type