Interface IArgument
The public interface for Argument
[DefaultImplementationType(typeof(Argument))]
[XmlDefaultImplementationType(typeof(Argument))]
[ModelRepresentationClass("http://www.omg.org/spec/MOF/20131001/cmof.xmi#//Argument")]
public interface IArgument : IModelElement, INotifyPropertyChanged, INotifyPropertyChanging
- Inherited Members
Properties
Name
The name property
[XmlElementName("name")]
[Id]
[XmlAttribute(true)]
string Name { get; set; }
Property Value
Value
The value property
[XmlElementName("value")]
[XmlAttribute(true)]
IObject Value { get; set; }