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