Property | Type | Description | |
---|---|---|---|
GetNewConventions | IEnumerable |
||
SetSerializeDefaultValueConvention |
Method | Description | |
---|---|---|
GetDefault ( ) : |
Gets the default convention profile.
|
|
Merge ( |
Merges another convention profile into this one (only missing conventions are merged).
|
|
SetDefaultValueConvention ( IDefaultValueConvention convention ) : |
Sets the default value convention.
|
|
SetElementNameConvention ( IElementNameConvention convention ) : |
Sets the element name convention.
|
|
SetExtraElementsMemberConvention ( IExtraElementsMemberConvention convention ) : |
Sets the extra elements member convention.
|
|
SetIdGeneratorConvention ( IIdGeneratorConvention convention ) : |
Sets the Id generator convention.
|
|
SetIdMemberConvention ( IIdMemberConvention convention ) : |
Sets the Id member convention.
|
|
SetIgnoreExtraElementsConvention ( IIgnoreExtraElementsConvention convention ) : |
Sets the ignore extra elements convention.
|
|
SetIgnoreIfDefaultConvention ( IIgnoreIfDefaultConvention convention ) : |
Sets the ignore if default convention.
|
|
SetIgnoreIfNullConvention ( IIgnoreIfNullConvention convention ) : |
Sets the ignore if null convention.
|
|
SetMemberFinderConvention ( IMemberFinderConvention convention ) : |
Sets the member finder convention.
|
|
SetSerializationOptionsConvention ( ISerializationOptionsConvention convention ) : |
Sets the serialization options convention.
|
Method | Description | |
---|---|---|
GetNewConventions ( ) : IEnumerable |
Creates a convention pack from the ConventionProfile.
|
|
SetSerializeDefaultValueConvention ( ISerializeDefaultValueConvention convention ) : |
public static GetDefault ( ) : |
||
return |
public Merge ( |
||
other | The other convention profile. | |
return | void |
public SetDefaultValueConvention ( IDefaultValueConvention convention ) : |
||
convention | IDefaultValueConvention | A default value convention. |
return |
public SetElementNameConvention ( IElementNameConvention convention ) : |
||
convention | IElementNameConvention | An element name convention. |
return |
public SetExtraElementsMemberConvention ( IExtraElementsMemberConvention convention ) : |
||
convention | IExtraElementsMemberConvention | An extra elements member convention. |
return |
public SetIdGeneratorConvention ( IIdGeneratorConvention convention ) : |
||
convention | IIdGeneratorConvention | An Id generator convention. |
return |
public SetIdMemberConvention ( IIdMemberConvention convention ) : |
||
convention | IIdMemberConvention | An Id member convention. |
return |
public SetIgnoreExtraElementsConvention ( IIgnoreExtraElementsConvention convention ) : |
||
convention | IIgnoreExtraElementsConvention | An ignore extra elements convention. |
return |
public SetIgnoreIfDefaultConvention ( IIgnoreIfDefaultConvention convention ) : |
||
convention | IIgnoreIfDefaultConvention | An ignore if default convention. |
return |
public SetIgnoreIfNullConvention ( IIgnoreIfNullConvention convention ) : |
||
convention | IIgnoreIfNullConvention | An ignore if null convention. |
return |
public SetMemberFinderConvention ( IMemberFinderConvention convention ) : |
||
convention | IMemberFinderConvention | A member finder convention. |
return |
public SetSerializationOptionsConvention ( ISerializationOptionsConvention convention ) : |
||
convention | ISerializationOptionsConvention | A serialization options convention. |
return |