Table of Contents

Class XmlDefaultImplementationTypeAttribute

Namespace
NMF.Serialization
Assembly
NMF.Serialization.dll

Denotes the default implementation for an interface

[AttributeUsage(AttributeTargets.Interface, Inherited = false)]
public class XmlDefaultImplementationTypeAttribute : Attribute
Inheritance
XmlDefaultImplementationTypeAttribute
Inherited Members

Constructors

XmlDefaultImplementationTypeAttribute(Type)

Creates a new instance

public XmlDefaultImplementationTypeAttribute(Type implementationType)

Parameters

implementationType Type

the default implementation type

Properties

DefaultImplementationType

Gets the default implementation type

public Type DefaultImplementationType { get; }

Property Value

Type