Show / Hide Table of Contents

Interface IReferenceLayoutInformation

The public interface for ReferenceLayoutInformation

Inherited Members
ILayoutInformation.StartOffset
ILayoutInformation.HiddenTokenText
ILayoutInformation.VisibleTokenText
ILayoutInformation.SyntaxElementID
ILayoutInformation.StartOffsetChanging
ILayoutInformation.StartOffsetChanged
ILayoutInformation.HiddenTokenTextChanging
ILayoutInformation.HiddenTokenTextChanged
ILayoutInformation.VisibleTokenTextChanging
ILayoutInformation.VisibleTokenTextChanged
ILayoutInformation.SyntaxElementIDChanging
ILayoutInformation.SyntaxElementIDChanged
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(ReferenceLayoutInformation))]
[XmlDefaultImplementationType(typeof(ReferenceLayoutInformation))]
public interface IReferenceLayoutInformation : ILayoutInformation, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging

Properties

| Edit this page View Source

Object

The object property

Declaration
IModelElement Object { get; set; }
Property Value
Type Description
IModelElement

Events

| Edit this page View Source

ObjectChanged

Gets fired when the Object property changed its value

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

ObjectChanging

Gets fired before the Object property changes its value

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