Table of Contents

Interface ILiteralString

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

The public interface for LiteralString

[DefaultImplementationType(typeof(LiteralString))]
[XmlDefaultImplementationType(typeof(LiteralString))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//LiteralString")]
public interface ILiteralString : ILiteralSpecification, IValueSpecification, IPackageableElement, ITypedElement, INamedElement, IElement, IObject, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Inherited Members

Properties

Value

The specified String value.

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

Property Value

string

Events

ValueChanged

Gets fired when the Value property changed its value

event EventHandler<ValueChangedEventArgs> ValueChanged

Event Type

EventHandler<ValueChangedEventArgs>

ValueChanging

Gets fired before the Value property changes its value

event EventHandler<ValueChangedEventArgs> ValueChanging

Event Type

EventHandler<ValueChangedEventArgs>