Table of Contents

Interface IArgument

Namespace
NMF.Interop.Cmof
Assembly
NMF.UMLInterop.dll

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

string

Value

The value property

[XmlElementName("value")]
[XmlAttribute(true)]
IObject Value { get; set; }

Property Value

IObject