C# Class QSProjectsLib.AssemblySupportAttribute

Inheritance: System.Attribute
Mostrar archivo 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_oe property

public bool ShowTechnologyUsed
return bool

SupportInfo public_oe property

public string SupportInfo
return string

TechnologyUsed public_oe property

public string TechnologyUsed
return string