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

A convention that finds readable and writeable members and adds them to the class map.
상속: ConventionBase, IClassMapConvention
파일 보기 프로젝트 열기: CloudMetal/mongo-csharp-driver 1 사용 예제들

공개 메소드들

메소드 설명
Apply ( BsonClassMap classMap ) : void

Applies a modification to the class map.

ReadWriteMemberFinderConvention ( ) : System.Reflection

Initializes a new instance of the ReadWriteMemberFinderConvention class.

ReadWriteMemberFinderConvention ( BindingFlags bindingFlags ) : System.Reflection

Initializes a new instance of the ReadWriteMemberFinderConvention class.

ReadWriteMemberFinderConvention ( MemberTypes memberTypes ) : System.Reflection

Initializes a new instance of the ReadWriteMemberFinderConvention class.

ReadWriteMemberFinderConvention ( MemberTypes memberTypes, BindingFlags bindingFlags ) : System.Reflection

Initializes a new instance of the ReadWriteMemberFinderConvention class.

비공개 메소드들

메소드 설명
MapField ( BsonClassMap classMap, FieldInfo fieldInfo ) : void
MapProperty ( BsonClassMap classMap, PropertyInfo propertyInfo ) : void

메소드 상세

Apply() 공개 메소드

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

ReadWriteMemberFinderConvention() 공개 메소드

Initializes a new instance of the ReadWriteMemberFinderConvention class.
public ReadWriteMemberFinderConvention ( ) : System.Reflection
리턴 System.Reflection

ReadWriteMemberFinderConvention() 공개 메소드

Initializes a new instance of the ReadWriteMemberFinderConvention class.
public ReadWriteMemberFinderConvention ( BindingFlags bindingFlags ) : System.Reflection
bindingFlags BindingFlags The binding flags.
리턴 System.Reflection

ReadWriteMemberFinderConvention() 공개 메소드

Initializes a new instance of the ReadWriteMemberFinderConvention class.
public ReadWriteMemberFinderConvention ( MemberTypes memberTypes ) : System.Reflection
memberTypes MemberTypes The member types.
리턴 System.Reflection

ReadWriteMemberFinderConvention() 공개 메소드

Initializes a new instance of the ReadWriteMemberFinderConvention class.
public ReadWriteMemberFinderConvention ( MemberTypes memberTypes, BindingFlags bindingFlags ) : System.Reflection
memberTypes MemberTypes The member types.
bindingFlags BindingFlags The binding flags.
리턴 System.Reflection