C# Class hoTools.Find.FindAndReplaceItemTag

Afficher le fichier Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Protected Properties

Свойство Type Description
_name string
_value string

Méthodes publiques

Méthode Description
FindAndReplaceItemTag ( string name, string value ) : System
load ( ) : void
save ( ) : void

Méthodes protégées

Méthode Description
load ( string name, string value ) : void

Method Details

FindAndReplaceItemTag() public méthode

public FindAndReplaceItemTag ( string name, string value ) : System
name string
value string
Résultat System

load() public méthode

public load ( ) : void
Résultat void

load() protected méthode

protected load ( string name, string value ) : void
name string
value string
Résultat void

save() public méthode

public save ( ) : void
Résultat void

Property Details

_name protected_oe property

protected string _name
Résultat string

_value protected_oe property

protected string _value
Résultat string