Show / Hide Table of Contents

Class KeywordLayoutInformation

The default implementation of the KeywordLayoutInformation class

Inheritance
object
ModelElement
LayoutInformation
KeywordLayoutInformation
Implements
IKeywordLayoutInformation
ILayoutInformation
IModelElement
INotifyPropertyChanged
INotifyPropertyChanging
Inherited Members
LayoutInformation.StartOffset
LayoutInformation.HiddenTokenText
LayoutInformation.VisibleTokenText
LayoutInformation.SyntaxElementID
LayoutInformation.StartOffsetChanging
LayoutInformation.StartOffsetChanged
LayoutInformation.HiddenTokenTextChanging
LayoutInformation.HiddenTokenTextChanged
LayoutInformation.VisibleTokenTextChanging
LayoutInformation.VisibleTokenTextChanged
LayoutInformation.SyntaxElementIDChanging
LayoutInformation.SyntaxElementIDChanged
LayoutInformation.OnStartOffsetChanging(ValueChangedEventArgs)
LayoutInformation.OnStartOffsetChanged(ValueChangedEventArgs)
LayoutInformation.OnHiddenTokenTextChanging(ValueChangedEventArgs)
LayoutInformation.OnHiddenTokenTextChanged(ValueChangedEventArgs)
LayoutInformation.OnVisibleTokenTextChanging(ValueChangedEventArgs)
LayoutInformation.OnVisibleTokenTextChanged(ValueChangedEventArgs)
LayoutInformation.OnSyntaxElementIDChanging(ValueChangedEventArgs)
LayoutInformation.OnSyntaxElementIDChanged(ValueChangedEventArgs)
LayoutInformation.GetAttributeValue(string, int)
LayoutInformation.SetFeature(string, object)
ModelElement.Model
ModelElement.Freeze()
ModelElement.Lock()
ModelElement.IsFrozen
ModelElement.IsLocked
ModelElement.Unlock()
ModelElement.TryUnlock()
ModelElement.GetContainerReference(IModelElement, out int)
ModelElement.PropagateNewModel(Model, Model, IModelElement)
ModelElement.OnChildCreated(IModelElement)
ModelElement.OnParentChanging(IModelElement, IModelElement)
ModelElement.OnParentChanged(IModelElement, IModelElement)
ModelElement.Parent
ModelElement.Children
ModelElement.RelativeUri
ModelElement.AbsoluteUri
ModelElement.CreateUriWithFragment(string, bool, IModelElement)
ModelElement.CreateUriFromGlobalIdentifier(string, bool)
ModelElement.PropagateNewId(ValueChangedEventArgs)
ModelElement.EnforceModels
ModelElement.PreferIdentifiers
ModelElement.IsIdentified
ModelElement.ToIdentifierString()
ModelElement.ToString()
ModelElement.KeyChanged
ModelElement.OnKeyChanged(EventArgs)
ModelElement.Resolve(Uri)
ModelElement.Resolve(string)
ModelElement.GetRelativePathForChild(IModelElement)
ModelElement.GetRelativePathForNonIdentifiedChild(IModelElement)
ModelElement.GetCompositionName(object)
ModelElement.GetModelElementForPathSegment(string)
ModelElement.GetModelElementForReference(string, int)
ModelElement.GetCollectionForFeature(string)
ModelElement.CallOperation(IOperation, object[])
ModelElement.GetExpressionForReference(string)
ModelElement.GetExpressionForAttribute(string)
ModelElement.Extensions
ModelElement.GetExtension<T>()
ModelElement.ReferencedElements
ModelElement.OnPropertyChanged(string, ValueChangedEventArgs, Lazy<ITypedElement>)
ModelElement.OnPropertyChanging(string, ValueChangedEventArgs, Lazy<ITypedElement>)
ModelElement.Delete()
ModelElement.OnDeleting(UriChangedEventArgs)
ModelElement.OnDeleted(UriChangedEventArgs)
ModelElement.PropertyChanged
ModelElement.PropertyChanging
ModelElement.Deleted
ModelElement.Deleting
ModelElement.UriChanged
ModelElement.GetReferencedElement(IReference, int)
ModelElement.SetReferencedElement(IReference, IModelElement)
ModelElement.GetReferencedElements(IReference)
ModelElement.GetAttributeValue(IAttribute, int)
ModelElement.SetAttributeValue(IAttribute, object)
ModelElement.GetAttributeValues(IAttribute)
ModelElement.OnCollectionChanged(string, NotifyCollectionChangedEventArgs, Lazy<ITypedElement>)
ModelElement.OnCollectionChanging(string, NotifyCollectionChangedEventArgs, Lazy<ITypedElement>)
ModelElement.OnBubbledChange(BubbledChangeEventArgs)
ModelElement.BubbledChange
ModelElement.ParentChanged
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: NMF.Interop.Layout
Assembly: NMF.EcoreInterop.dll
Syntax
[XmlNamespace("http://www.emftext.org/commons/layout")]
[XmlNamespacePrefix("layout")]
[ModelRepresentationClass("http://www.emftext.org/commons/layout#//KeywordLayoutInformation/")]
public class KeywordLayoutInformation : LayoutInformation, IKeywordLayoutInformation, ILayoutInformation, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

ClassInstance

Gets the Class model for this type

Declaration
public static IClass ClassInstance { get; }
Property Value
Type Description
IClass

Methods

| Edit this page View Source

GetClass()

Gets the Class for this model element

Declaration
public override IClass GetClass()
Returns
Type Description
IClass
Overrides
LayoutInformation.GetClass()

Implements

IKeywordLayoutInformation
ILayoutInformation
IModelElement
INotifyPropertyChanged
INotifyPropertyChanging
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX