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

상속: IConventionPack
파일 보기 프로젝트 열기: egametang/Egametang 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetNewConventions IEnumerable
SetSerializeDefaultValueConvention ConventionProfile

공개 메소드들

메소드 설명
GetDefault ( ) : ConventionProfile

Gets the default convention profile.

Merge ( ConventionProfile other ) : void

Merges another convention profile into this one (only missing conventions are merged).

SetDefaultValueConvention ( IDefaultValueConvention convention ) : ConventionProfile

Sets the default value convention.

SetElementNameConvention ( IElementNameConvention convention ) : ConventionProfile

Sets the element name convention.

SetExtraElementsMemberConvention ( IExtraElementsMemberConvention convention ) : ConventionProfile

Sets the extra elements member convention.

SetIdGeneratorConvention ( IIdGeneratorConvention convention ) : ConventionProfile

Sets the Id generator convention.

SetIdMemberConvention ( IIdMemberConvention convention ) : ConventionProfile

Sets the Id member convention.

SetIgnoreExtraElementsConvention ( IIgnoreExtraElementsConvention convention ) : ConventionProfile

Sets the ignore extra elements convention.

SetIgnoreIfDefaultConvention ( IIgnoreIfDefaultConvention convention ) : ConventionProfile

Sets the ignore if default convention.

SetIgnoreIfNullConvention ( IIgnoreIfNullConvention convention ) : ConventionProfile

Sets the ignore if null convention.

SetMemberFinderConvention ( IMemberFinderConvention convention ) : ConventionProfile

Sets the member finder convention.

SetSerializationOptionsConvention ( ISerializationOptionsConvention convention ) : ConventionProfile

Sets the serialization options convention.

비공개 메소드들

메소드 설명
GetNewConventions ( ) : IEnumerable

Creates a convention pack from the ConventionProfile.

SetSerializeDefaultValueConvention ( ISerializeDefaultValueConvention convention ) : ConventionProfile

메소드 상세

GetDefault() 공개 정적인 메소드

Gets the default convention profile.
public static GetDefault ( ) : ConventionProfile
리턴 ConventionProfile

Merge() 공개 메소드

Merges another convention profile into this one (only missing conventions are merged).
public Merge ( ConventionProfile other ) : void
other ConventionProfile The other convention profile.
리턴 void

SetDefaultValueConvention() 공개 메소드

Sets the default value convention.
public SetDefaultValueConvention ( IDefaultValueConvention convention ) : ConventionProfile
convention IDefaultValueConvention A default value convention.
리턴 ConventionProfile

SetElementNameConvention() 공개 메소드

Sets the element name convention.
public SetElementNameConvention ( IElementNameConvention convention ) : ConventionProfile
convention IElementNameConvention An element name convention.
리턴 ConventionProfile

SetExtraElementsMemberConvention() 공개 메소드

Sets the extra elements member convention.
public SetExtraElementsMemberConvention ( IExtraElementsMemberConvention convention ) : ConventionProfile
convention IExtraElementsMemberConvention An extra elements member convention.
리턴 ConventionProfile

SetIdGeneratorConvention() 공개 메소드

Sets the Id generator convention.
public SetIdGeneratorConvention ( IIdGeneratorConvention convention ) : ConventionProfile
convention IIdGeneratorConvention An Id generator convention.
리턴 ConventionProfile

SetIdMemberConvention() 공개 메소드

Sets the Id member convention.
public SetIdMemberConvention ( IIdMemberConvention convention ) : ConventionProfile
convention IIdMemberConvention An Id member convention.
리턴 ConventionProfile

SetIgnoreExtraElementsConvention() 공개 메소드

Sets the ignore extra elements convention.
public SetIgnoreExtraElementsConvention ( IIgnoreExtraElementsConvention convention ) : ConventionProfile
convention IIgnoreExtraElementsConvention An ignore extra elements convention.
리턴 ConventionProfile

SetIgnoreIfDefaultConvention() 공개 메소드

Sets the ignore if default convention.
public SetIgnoreIfDefaultConvention ( IIgnoreIfDefaultConvention convention ) : ConventionProfile
convention IIgnoreIfDefaultConvention An ignore if default convention.
리턴 ConventionProfile

SetIgnoreIfNullConvention() 공개 메소드

Sets the ignore if null convention.
public SetIgnoreIfNullConvention ( IIgnoreIfNullConvention convention ) : ConventionProfile
convention IIgnoreIfNullConvention An ignore if null convention.
리턴 ConventionProfile

SetMemberFinderConvention() 공개 메소드

Sets the member finder convention.
public SetMemberFinderConvention ( IMemberFinderConvention convention ) : ConventionProfile
convention IMemberFinderConvention A member finder convention.
리턴 ConventionProfile

SetSerializationOptionsConvention() 공개 메소드

Sets the serialization options convention.
public SetSerializationOptionsConvention ( ISerializationOptionsConvention convention ) : ConventionProfile
convention ISerializationOptionsConvention A serialization options convention.
리턴 ConventionProfile