C# Class hoTools.Find.FindAndReplaceItem

Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools Class Usage Examples

Protected Properties

Свойство Type Description
_Description string
_GUID string
_Name string
_Stereotype string
_countChanges int
_isUpdated bool

Méthodes publiques

Méthode 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 méthode

public static Factory ( EA rep, EA objectType, string GUID ) : FindAndReplaceItem
rep EA
objectType EA
GUID string
Résultat FindAndReplaceItem

FindAndReplaceItem() public méthode

public FindAndReplaceItem ( EA rep, string GUID ) : System
rep EA
GUID string
Résultat System

FindAndReplaceItem() public méthode

public FindAndReplaceItem ( string GUID, string Name, string Description, string Stereotype, int CountChanges ) : System
GUID string
Name string
Description string
Stereotype string
CountChanges int
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

findCount() public méthode

public findCount ( Regex regExPattern, FieldType fieldType ) : int
regExPattern System.Text.RegularExpressions.Regex
fieldType FieldType
Résultat int

findCountForType() public static méthode

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

getSubType() public méthode

public getSubType ( ) : string
Résultat string

getType() public méthode

public getType ( ) : string
Résultat string

load() public méthode

public load ( EA rep ) : void
rep EA
Résultat void

locate() public méthode

public locate ( EA rep ) : void
rep EA
Résultat void

save() public méthode

public save ( EA rep, FieldType fieldType ) : void
rep EA
fieldType FieldType
Résultat void

Property Details

_Description protected_oe property

protected string _Description
Résultat string

_GUID protected_oe property

protected string _GUID
Résultat string

_Name protected_oe property

protected string _Name
Résultat string

_Stereotype protected_oe property

protected string _Stereotype
Résultat string

_countChanges protected_oe property

protected int _countChanges
Résultat int

_isUpdated protected_oe property

protected bool _isUpdated
Résultat bool