C# Class hoTools.Find.FindAndReplaceItemPackage

Inheritance: FindAndReplaceItem
Mostrar archivo Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Public Methods

Method Description
FindAndReplaceItemPackage ( EA rep, string GUID ) : System

Create a package element. Be aware that a package element also contains an element to support element specific things like tagged values.

getSubType ( ) : string
getType ( ) : string
load ( EA rep ) : void
locate ( EA rep ) : void
save ( EA rep, FindAndReplaceItem fieldType ) : void

Method Details

FindAndReplaceItemPackage() public method

Create a package element. Be aware that a package element also contains an element to support element specific things like tagged values.
public FindAndReplaceItemPackage ( EA rep, string GUID ) : System
rep EA
GUID string
return System

getSubType() public method

public getSubType ( ) : string
return string

getType() public method

public getType ( ) : string
return string

load() public method

public load ( EA rep ) : void
rep EA
return void

locate() public method

public locate ( EA rep ) : void
rep EA
return void

save() public method

public save ( EA rep, FindAndReplaceItem fieldType ) : void
rep EA
fieldType FindAndReplaceItem
return void