C# 클래스 MongoDB.Bson.Serialization.Options.DictionarySerializationOptions

Represents serialization options for a Dictionary value.
상속: BsonBaseSerializationOptions
파일 보기 프로젝트 열기: egametang/Egametang 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
ApplyAttribute ( IBsonSerializer serializer, Attribute attribute ) : void

Apply an attribute to these serialization options and modify the options accordingly.

Clone ( ) : IBsonSerializationOptions

Clones the serialization options.

DictionarySerializationOptions ( ) : System

Initializes a new instance of the DictionarySerializationOptions class.

DictionarySerializationOptions ( DictionaryRepresentation representation ) : System

Initializes a new instance of the DictionarySerializationOptions class.

DictionarySerializationOptions ( DictionaryRepresentation representation, KeyValuePairSerializationOptions keyValuePairSerializationOptions ) : System

Initializes a new instance of the DictionarySerializationOptions class.

Freeze ( ) : IBsonSerializationOptions

Freezes the serialization options.

메소드 상세

ApplyAttribute() 공개 메소드

Apply an attribute to these serialization options and modify the options accordingly.
public ApplyAttribute ( IBsonSerializer serializer, Attribute attribute ) : void
serializer IBsonSerializer The serializer that these serialization options are for.
attribute System.Attribute The serialization options attribute.
리턴 void

Clone() 공개 메소드

Clones the serialization options.
public Clone ( ) : IBsonSerializationOptions
리턴 IBsonSerializationOptions

DictionarySerializationOptions() 공개 메소드

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

DictionarySerializationOptions() 공개 메소드

Initializes a new instance of the DictionarySerializationOptions class.
public DictionarySerializationOptions ( DictionaryRepresentation representation ) : System
representation DictionaryRepresentation The representation to use for a Dictionary.
리턴 System

DictionarySerializationOptions() 공개 메소드

Initializes a new instance of the DictionarySerializationOptions class.
public DictionarySerializationOptions ( DictionaryRepresentation representation, KeyValuePairSerializationOptions keyValuePairSerializationOptions ) : System
representation DictionaryRepresentation The representation to use for a Dictionary.
keyValuePairSerializationOptions KeyValuePairSerializationOptions The serialization options for the key/value pairs in the dictionary.
리턴 System

Freeze() 공개 메소드

Freezes the serialization options.
public Freeze ( ) : IBsonSerializationOptions
리턴 IBsonSerializationOptions