C# 클래스 MongoDB.Bson.Serialization.Conventions.DelegatePostProcessingConvention

A post processing convention that wraps a delegate.
상속: ConventionBase, IPostProcessingConvention
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver 1 사용 예제들

공개 메소드들

메소드 설명
DelegatePostProcessingConvention ( string name, Action action ) : System

Initializes a new instance of the DelegatePostProcessingConvention class.

PostProcess ( BsonClassMap classMap ) : void

Applies a post processing modification to the class map.

메소드 상세

DelegatePostProcessingConvention() 공개 메소드

Initializes a new instance of the DelegatePostProcessingConvention class.
public DelegatePostProcessingConvention ( string name, Action action ) : System
name string The name.
action Action The delegate.
리턴 System

PostProcess() 공개 메소드

Applies a post processing modification to the class map.
public PostProcess ( BsonClassMap classMap ) : void
classMap BsonClassMap The class map.
리턴 void