C# Class QSProjectsLib.AssemblySupportAttribute

Inheritance: System.Attribute
Show file Open project: QualitySolution/QSProjects Class Usage Examples

Public Properties

Property Type Description
ShowTechnologyUsed bool
SupportInfo string
TechnologyUsed string

Public Methods

Method Description
AssemblySupportAttribute ( ) : System
AssemblySupportAttribute ( string supportInfo ) : System
AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System
AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed, string technologyUsed ) : System

Method Details

AssemblySupportAttribute() public method

public AssemblySupportAttribute ( ) : System
return System

AssemblySupportAttribute() public method

public AssemblySupportAttribute ( string supportInfo ) : System
supportInfo string
return System

AssemblySupportAttribute() public method

public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System
supportInfo string
showTechnologyUsed bool
return System

AssemblySupportAttribute() public method

public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed, string technologyUsed ) : System
supportInfo string
showTechnologyUsed bool
technologyUsed string
return System

Property Details

ShowTechnologyUsed public property

public bool ShowTechnologyUsed
return bool

SupportInfo public property

public string SupportInfo
return string

TechnologyUsed public property

public string TechnologyUsed
return string