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