Interface ITag
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
Name
The name property
[XmlElementName("name")]
[Id]
[XmlAttribute(true)]
string Name { get; set; }
Property Value
TagOwner
The tagOwner property
[XmlElementName("tagOwner")]
[XmlAttribute(true)]
IElement TagOwner { get; set; }
Property Value
Value
The value property
[XmlElementName("value")]
[XmlAttribute(true)]
string Value { get; set; }