Interface ISimpleAnyType
The public interface for SimpleAnyType
[DefaultImplementationType(typeof(SimpleAnyType))]
[XmlDefaultImplementationType(typeof(SimpleAnyType))]
public interface ISimpleAnyType : IAnyType, IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
InstanceType
The instanceType property
[XmlElementName("instanceType")]
[XmlAttribute(true)]
IEDataType InstanceType { get; set; }
Property Value
Events
InstanceTypeChanged
Gets fired when the InstanceType property changed its value
event EventHandler<ValueChangedEventArgs> InstanceTypeChanged
Event Type
InstanceTypeChanging
Gets fired before the InstanceType property changes its value
event EventHandler<ValueChangedEventArgs> InstanceTypeChanging