Interface IType
The public interface for Type
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(Type))]
[XmlDefaultImplementationType(typeof(Type))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Type")]
public interface IType : IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceNamespace
The Namespace property
Declaration
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Types")]
INamespace Namespace { get; set; }
Property Value
Type | Description |
---|---|
INamespace |
Events
| Edit this page View SourceNamespaceChanged
Gets fired when the Namespace property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> NamespaceChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
NamespaceChanging
Gets fired before the Namespace property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> NamespaceChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |