Class XmlIdentificationModeAttribute
Can set the identification mode of a property
Inherited Members
Namespace: NMF.Serialization
Assembly: NMF.Serialization.dll
Syntax
[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class XmlIdentificationModeAttribute : Attribute
Constructors
| Edit this page View SourceXmlIdentificationModeAttribute(XmlIdentificationMode)
Creates a new XmlIdentificationModeAttribute with the given identification mode
Declaration
public XmlIdentificationModeAttribute(XmlIdentificationMode mode)
Parameters
Type | Name | Description |
---|---|---|
XmlIdentificationMode | mode | The mode for identification |
Properties
| Edit this page View SourceMode
The mode for identification
Declaration
public XmlIdentificationMode Mode { get; }
Property Value
Type | Description |
---|---|
XmlIdentificationMode |