Table of Contents

Interface IArgument

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

The public interface for Argument

[DefaultImplementationType(typeof(Argument))]
[XmlDefaultImplementationType(typeof(Argument))]
[ModelRepresentationClass("http://schema.omg.org/spec/MOF/2.0/cmof.xml#//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)]
object Value { get; set; }

Property Value

object