Table of Contents

Interface ITag

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

The public interface for Tag

[DefaultImplementationType(typeof(Tag))]
[XmlDefaultImplementationType(typeof(Tag))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//Tag")]
public interface ITag : IElement, IObject, 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

TagOwner

The tagOwner property

[XmlElementName("tagOwner")]
[XmlAttribute(true)]
IElement TagOwner { get; set; }

Property Value

IElement

Value

The value property

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

Property Value

string