Table of Contents

Class XmlIdentificationModeAttribute

Namespace
NMF.Serialization
Assembly
NMF.Serialization.dll

Can set the identification mode of a property

[AttributeUsage(AttributeTargets.Property, Inherited = false, AllowMultiple = false)]
public sealed class XmlIdentificationModeAttribute : Attribute
Inheritance
XmlIdentificationModeAttribute
Inherited Members

Constructors

XmlIdentificationModeAttribute(XmlIdentificationMode)

Creates a new XmlIdentificationModeAttribute with the given identification mode

public XmlIdentificationModeAttribute(XmlIdentificationMode mode)

Parameters

mode XmlIdentificationMode

The mode for identification

Properties

Mode

The mode for identification

public XmlIdentificationMode Mode { get; }

Property Value

XmlIdentificationMode