Table of Contents

Interface ITag

Namespace
NMF.Interop.Legacy.Cmof
Assembly
NMF.UMLInterop.dll

The public interface for Tag

[DefaultImplementationType(typeof(Tag))]
[XmlDefaultImplementationType(typeof(Tag))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//Tag")]
public interface ITag : IElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Element

The element property

[XmlElementName("element")]
[XmlAttribute(true)]
ISetExpression<IElement> Element { get; }

Property Value

ISetExpression<IElement>

Name

The name property

[XmlElementName("name")]
[Id]
[XmlAttribute(true)]
string Name { get; set; }

Property Value

string

Value

The value property

[XmlElementName("value")]
[XmlAttribute(true)]
string Value { get; set; }

Property Value

string