Interface IPrimitiveType
The public interface for PrimitiveType
Inherited Members
Namespace: NMF.Models.Meta
Assembly: NMF.Models.dll
Syntax
[DefaultImplementationType(typeof(PrimitiveType))]
[XmlDefaultImplementationType(typeof(PrimitiveType))]
[ModelRepresentationClass("http://nmf.codeplex.com/nmeta/#//PrimitiveType")]
public interface IPrimitiveType : IType, IMetaElement, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
Properties
| Edit this page View SourceSystemType
The SystemType property
Declaration
[XmlAttribute(true)]
string SystemType { get; set; }
Property Value
Type | Description |
---|---|
string |
Events
| Edit this page View SourceSystemTypeChanged
Gets fired when the SystemType property changed its value
Declaration
event EventHandler<ValueChangedEventArgs> SystemTypeChanged
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |
SystemTypeChanging
Gets fired before the SystemType property changes its value
Declaration
event EventHandler<ValueChangedEventArgs> SystemTypeChanging
Event Type
Type | Description |
---|---|
EventHandler<ValueChangedEventArgs> |