C# Class hoTools.Find.FindAndReplaceItem

显示文件 Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Protected Properties

Property Type Description
_Description string
_GUID string
_Name string
_Stereotype string
_countChanges int
_isUpdated bool

Public Methods

Method Description
Factory ( EA rep, EA objectType, string GUID ) : FindAndReplaceItem
FindAndReplaceItem ( EA rep, string GUID ) : System
FindAndReplaceItem ( string GUID, string Name, string Description, string Stereotype, int CountChanges ) : System
ToString ( ) : string
findCount ( Regex regExPattern, FieldType fieldType ) : int
findCountForType ( Regex regExPattern, string value ) : int
getSubType ( ) : string
getType ( ) : string
load ( EA rep ) : void
locate ( EA rep ) : void
save ( EA rep, FieldType fieldType ) : void

Method Details

Factory() public static method

public static Factory ( EA rep, EA objectType, string GUID ) : FindAndReplaceItem
rep EA
objectType EA
GUID string
return FindAndReplaceItem

FindAndReplaceItem() public method

public FindAndReplaceItem ( EA rep, string GUID ) : System
rep EA
GUID string
return System

FindAndReplaceItem() public method

public FindAndReplaceItem ( string GUID, string Name, string Description, string Stereotype, int CountChanges ) : System
GUID string
Name string
Description string
Stereotype string
CountChanges int
return System

ToString() public method

public ToString ( ) : string
return string

findCount() public method

public findCount ( Regex regExPattern, FieldType fieldType ) : int
regExPattern System.Text.RegularExpressions.Regex
fieldType FieldType
return int

findCountForType() public static method

public static findCountForType ( Regex regExPattern, string value ) : int
regExPattern System.Text.RegularExpressions.Regex
value string
return int

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, FieldType fieldType ) : void
rep EA
fieldType FieldType
return void

Property Details

_Description protected_oe property

protected string _Description
return string

_GUID protected_oe property

protected string _GUID
return string

_Name protected_oe property

protected string _Name
return string

_Stereotype protected_oe property

protected string _Stereotype
return string

_countChanges protected_oe property

protected int _countChanges
return int

_isUpdated protected_oe property

protected bool _isUpdated
return bool