Enterprise Architect Add-in Framework Documentation
Initializes a new instance of the Attribute class

Namespace: TSF.UmlToolingFramework.Wrappers.EA
Assembly: EAAddinFramework (in EAAddinFramework.dll) Version: 1.0.4064.9398

Syntax

C#
public Attribute(
	Model model,
	Attribute wrappedAttribute
)
Visual Basic
Public Sub New ( _
	model As Model, _
	wrappedAttribute As Attribute _
)
Visual C++
public:
Attribute(
	Model^ model, 
	Attribute^ wrappedAttribute
)

Parameters

model
Type: TSF.UmlToolingFramework.Wrappers.EA..::..Model

[Missing <param name="model"/> documentation for "M:TSF.UmlToolingFramework.Wrappers.EA.Attribute.#ctor(TSF.UmlToolingFramework.Wrappers.EA.Model,EA.Attribute)"]

wrappedAttribute
Type: Attribute

[Missing <param name="wrappedAttribute"/> documentation for "M:TSF.UmlToolingFramework.Wrappers.EA.Attribute.#ctor(TSF.UmlToolingFramework.Wrappers.EA.Model,EA.Attribute)"]

See Also