Table of Contents

Interface IType

Namespace
NMF.Models.Meta
Assembly
NMF.Models.dll

The public interface for Type

[DefaultImplementationType(typeof(Type))]
[XmlDefaultImplementationType(typeof(Type))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Type")]
public interface IType : IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members
Extension Methods

Properties

Namespace

The Namespace property

[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Types")]
INamespace Namespace { get; set; }

Property Value

INamespace

Events

NamespaceChanged

Gets fired when the Namespace property changed its value

event EventHandler<ValueChangedEventArgs> NamespaceChanged

Event Type

EventHandler<ValueChangedEventArgs>

NamespaceChanging

Gets fired before the Namespace property changes its value

event EventHandler<ValueChangedEventArgs> NamespaceChanging

Event Type

EventHandler<ValueChangedEventArgs>