C# Class hoTools.Find.FindAndReplaceItemTag

Exibir arquivo Open project: Helmut-Ortmann/EnterpriseArchitect_hoTools

Protected Properties

Property Type Description
_name string
_value string

Public Methods

Method Description
FindAndReplaceItemTag ( string name, string value ) : System
load ( ) : void
save ( ) : void

Protected Methods

Method Description
load ( string name, string value ) : void

Method Details

FindAndReplaceItemTag() public method

public FindAndReplaceItemTag ( string name, string value ) : System
name string
value string
return System

load() public method

public load ( ) : void
return void

load() protected method

protected load ( string name, string value ) : void
name string
value string
return void

save() public method

public save ( ) : void
return void

Property Details

_name protected_oe property

protected string _name
return string

_value protected_oe property

protected string _value
return string