Show / Hide Table of Contents

Interface ILayoutInformation

The public interface for LayoutInformation

Inherited Members
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.Interop.Layout
Assembly: NMF.EcoreInterop.dll
Syntax
[DefaultImplementationType(typeof(LayoutInformation))]
[XmlDefaultImplementationType(typeof(LayoutInformation))]
public interface ILayoutInformation : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

HiddenTokenText

The hiddenTokenText property

Declaration
string HiddenTokenText { get; set; }
Property Value
Type Description
string
| Edit this page View Source

StartOffset

The startOffset property

Declaration
int StartOffset { get; set; }
Property Value
Type Description
int
| Edit this page View Source

SyntaxElementID

The syntaxElementID property

Declaration
string SyntaxElementID { get; set; }
Property Value
Type Description
string
| Edit this page View Source

VisibleTokenText

The visibleTokenText property

Declaration
string VisibleTokenText { get; set; }
Property Value
Type Description
string

Events

| Edit this page View Source

HiddenTokenTextChanged

Gets fired when the HiddenTokenText property changed its value

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

HiddenTokenTextChanging

Gets fired before the HiddenTokenText property changes its value

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

StartOffsetChanged

Gets fired when the StartOffset property changed its value

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

StartOffsetChanging

Gets fired before the StartOffset property changes its value

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

SyntaxElementIDChanged

Gets fired when the SyntaxElementID property changed its value

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

SyntaxElementIDChanging

Gets fired before the SyntaxElementID property changes its value

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

VisibleTokenTextChanged

Gets fired when the VisibleTokenText property changed its value

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

VisibleTokenTextChanging

Gets fired before the VisibleTokenText property changes its value

Declaration
event EventHandler<ValueChangedEventArgs> VisibleTokenTextChanging
Event Type
Type Description
EventHandler<ValueChangedEventArgs>
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX