CreatorMapDelegateCompiler Methods |
The CreatorMapDelegateCompiler type exposes the following members.
Name | Description | |
---|---|---|
![]() | CompileConstructorDelegate |
Creates and compiles a delegate that calls a constructor.
|
![]() | CompileCreatorDelegateTClass |
Creates and compiles a delegate from a lambda expression.
|
![]() | CompileFactoryMethodDelegate |
Creates and compiles a delegate that calls a factory method.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Visit(ReadOnlyCollectionExpression) |
Visits an Expression list.
(Inherited from ExpressionVisitor.) |
![]() | Visit(Expression) |
Visits an Expression.
(Inherited from ExpressionVisitor.) |
![]() | VisitBinary |
Visits a BinaryExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitConditional |
Visits a ConditionalExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitConstant |
Visits a ConstantExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitElementInit |
Visits an ElementInit.
(Inherited from ExpressionVisitor.) |
![]() | VisitElementInitList |
Visits an ElementInit list.
(Inherited from ExpressionVisitor.) |
![]() | VisitInvocation |
Visits an InvocationExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitLambda |
Visits a LambdaExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitListInit |
Visits a ListInitExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitMember |
Visits a MemberExpression.
(Overrides ExpressionVisitorVisitMember(MemberExpression).) |
![]() | VisitMemberAssignment |
Visits a MemberAssignment.
(Inherited from ExpressionVisitor.) |
![]() | VisitMemberBinding |
Visits a MemberBinding.
(Inherited from ExpressionVisitor.) |
![]() | VisitMemberBindingList |
Visits a MemberBinding list.
(Inherited from ExpressionVisitor.) |
![]() | VisitMemberInit |
Visits a MemberInitExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitMemberListBinding |
Visits a MemberListBinding.
(Inherited from ExpressionVisitor.) |
![]() | VisitMemberMemberBinding |
Visits a MemberMemberBinding.
(Inherited from ExpressionVisitor.) |
![]() | VisitMethodCall |
Visits a MethodCallExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitNew |
Visits a NewExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitNewArray |
Visits a NewArrayExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitParameter |
Visits a ParameterExpression.
(Overrides ExpressionVisitorVisitParameter(ParameterExpression).) |
![]() | VisitTypeBinary |
Visits a TypeBinaryExpression.
(Inherited from ExpressionVisitor.) |
![]() | VisitUnary |
Visits a UnaryExpression.
(Inherited from ExpressionVisitor.) |
Name | Description | |
---|---|---|
![]() | ToBson |
Serializes an object to a BSON byte array.
(Defined by BsonExtensionMethods.) |
![]() | ToBsonDocument |
Serializes an object to a BsonDocument.
(Defined by BsonExtensionMethods.) |
![]() | ToJson |
Serializes an object to a JSON string.
(Defined by BsonExtensionMethods.) |