Show / Hide Table of Contents

Interface ILiteral

The public interface for Literal

Inherited Members
IMetaElement.Name
IMetaElement.Summary
IMetaElement.Remarks
IMetaElement.NameChanging
IMetaElement.NameChanged
IMetaElement.SummaryChanging
IMetaElement.SummaryChanged
IMetaElement.RemarksChanging
IMetaElement.RemarksChanged
IModelElement.Delete()
IModelElement.Deleted
IModelElement.Deleting
IModelElement.IsIdentified
IModelElement.ToIdentifierString()
IModelElement.RelativeUri
IModelElement.AbsoluteUri
IModelElement.Resolve(Uri)
IModelElement.GetContainerReference(IModelElement, out int)
IModelElement.Model
IModelElement.Parent
IModelElement.ParentChanged
IModelElement.Children
IModelElement.ReferencedElements
IModelElement.Extensions
IModelElement.GetExtension<T>()
IModelElement.GetClass()
IModelElement.GetAttributeValue(IAttribute, int)
IModelElement.GetAttributeValues(IAttribute)
IModelElement.CallOperation(IOperation, params object[])
IModelElement.GetReferencedElement(IReference, int)
IModelElement.SetReferencedElement(IReference, IModelElement)
IModelElement.GetReferencedElements(IReference)
IModelElement.SetAttributeValue(IAttribute, object)
IModelElement.Freeze()
IModelElement.Lock()
IModelElement.Unlock()
IModelElement.TryUnlock()
IModelElement.IsFrozen
IModelElement.IsLocked
IModelElement.BubbledChange
INotifyPropertyChanged.PropertyChanged
INotifyPropertyChanging.PropertyChanging
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(Literal))]
[XmlDefaultImplementationType(typeof(Literal))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//Literal")]
public interface ILiteral : IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

Enumeration

The Enumeration property

Declaration
[Browsable(false)]
[XmlAttribute(true)]
[XmlOpposite("Literals")]
IEnumeration Enumeration { get; set; }
Property Value
Type Description
IEnumeration
| Edit this page View Source

Value

The Value property

Declaration
[XmlAttribute(true)]
int? Value { get; set; }
Property Value
Type Description
int?

Events

| Edit this page View Source

EnumerationChanged

Gets fired when the Enumeration property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> EnumerationChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

EnumerationChanging

Gets fired before the Enumeration property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> EnumerationChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

ValueChanged

Gets fired when the Value property changed its value

Declaration
event EventHandler<ValueChangedEventArgs> ValueChanged
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
| Edit this page View Source

ValueChanging

Gets fired before the Value property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> ValueChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>

Extension Methods

ModelExtensions.AncestorTree(IModelElement)
ModelExtensions.Ancestors(IModelElement)
ModelExtensions.Descendants(IModelElement)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX