Interface ILayoutInformation
The public interface for LayoutInformation
Inherited Members
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 SourceHiddenTokenText
The hiddenTokenText property
Declaration
string HiddenTokenText { get; set; }
Property Value
Type | Description |
---|---|
string |
StartOffset
The startOffset property
Declaration
int StartOffset { get; set; }
Property Value
Type | Description |
---|---|
int |
SyntaxElementID
The syntaxElementID property
Declaration
string SyntaxElementID { get; set; }
Property Value
Type | Description |
---|---|
string |
VisibleTokenText
The visibleTokenText property
Declaration
string VisibleTokenText { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
| Edit this page View SourceHiddenTokenTextChanged
Gets fired when the HiddenTokenText property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> HiddenTokenTextChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
HiddenTokenTextChanging
Gets fired before the HiddenTokenText property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> HiddenTokenTextChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
StartOffsetChanged
Gets fired when the StartOffset property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> StartOffsetChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
StartOffsetChanging
Gets fired before the StartOffset property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> StartOffsetChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
SyntaxElementIDChanged
Gets fired when the SyntaxElementID property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> SyntaxElementIDChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
SyntaxElementIDChanging
Gets fired before the SyntaxElementID property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> SyntaxElementIDChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
VisibleTokenTextChanged
Gets fired when the VisibleTokenText property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> VisibleTokenTextChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
VisibleTokenTextChanging
Gets fired before the VisibleTokenText property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> VisibleTokenTextChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |