C# Class Meyn.TestLink.TestLinkFixtureAttribute

Inheritance: System.Attribute
Datei anzeigen Open project: apetrovskiy/STUPS Class Usage Examples

Public Methods

Method Description
ConsiderConfigFile ( string directory ) : bool

check to see if a config file is specified. If it is, read it in and apply it as default value.

if the attribute already has a value for a key then ignore the config file settings

Equals ( object obj ) : bool

need to override this because we need to be able to compare them

GetHashCode ( ) : int
TestLinkFixtureAttribute ( ) : System

Private Methods

Method Description
updateAttributeFromConfigFile ( XmlDocument doc, string existingValue, string attributeName ) : string

interpret the configuration setting for a particular attribute

Method Details

ConsiderConfigFile() public method

check to see if a config file is specified. If it is, read it in and apply it as default value.
if the attribute already has a value for a key then ignore the config file settings
public ConsiderConfigFile ( string directory ) : bool
directory string the directory where to look for the config file
return bool

Equals() public method

need to override this because we need to be able to compare them
public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

TestLinkFixtureAttribute() public method

public TestLinkFixtureAttribute ( ) : System
return System