Interface ITypedElement
The public interface for TypedElement
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(TypedElement))]
[XmlDefaultImplementationType(typeof(TypedElement))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//TypedElement")]
public interface ITypedElement : IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceIsOrdered
The IsOrdered property
Declaration
[XmlAttribute(true)]
bool IsOrdered { get; set; }
Property Value
Type | Description |
---|---|
bool |
IsUnique
The IsUnique property
Declaration
[XmlAttribute(true)]
bool IsUnique { get; set; }
Property Value
Type | Description |
---|---|
bool |
LowerBound
The LowerBound property
Declaration
[XmlAttribute(true)]
int LowerBound { get; set; }
Property Value
Type | Description |
---|---|
int |
Type
The Type property
Declaration
[XmlAttribute(true)]
IType Type { get; set; }
Property Value
Type | Description |
---|---|
IType |
UpperBound
The UpperBound property
Declaration
[XmlAttribute(true)]
int UpperBound { get; set; }
Property Value
Type | Description |
---|---|
int |
Events
| Edit this page View SourceIsOrderedChanged
Gets fired when the IsOrdered property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> IsOrderedChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IsOrderedChanging
Gets fired before the IsOrdered property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> IsOrderedChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IsUniqueChanged
Gets fired when the IsUnique property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> IsUniqueChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
IsUniqueChanging
Gets fired before the IsUnique property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> IsUniqueChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
LowerBoundChanged
Gets fired when the LowerBound property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> LowerBoundChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
LowerBoundChanging
Gets fired before the LowerBound property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> LowerBoundChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
TypeChanged
Gets fired when the Type property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> TypeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
TypeChanging
Gets fired before the Type property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> TypeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
UpperBoundChanged
Gets fired when the UpperBound property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> UpperBoundChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
UpperBoundChanging
Gets fired before the UpperBound property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> UpperBoundChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |