Interface IType
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
Events
NamespaceChanged
Gets fired when the Namespace property changed its value
event EventHandler<ValueChangedEventArgs> NamespaceChanged
Event Type
NamespaceChanging
Gets fired before the Namespace property changes its value
event EventHandler<ValueChangedEventArgs> NamespaceChanging