C# Class QSProjectsLib.AssemblySupportAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: QualitySolution/QSProjects Class Usage Examples

Méthodes publiques

Свойство Type Description
ShowTechnologyUsed bool
SupportInfo string
TechnologyUsed string

Méthodes publiques

Méthode 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 méthode

public AssemblySupportAttribute ( ) : System
Résultat System

AssemblySupportAttribute() public méthode

public AssemblySupportAttribute ( string supportInfo ) : System
supportInfo string
Résultat System

AssemblySupportAttribute() public méthode

public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System
supportInfo string
showTechnologyUsed bool
Résultat System

AssemblySupportAttribute() public méthode

public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed, string technologyUsed ) : System
supportInfo string
showTechnologyUsed bool
technologyUsed string
Résultat System

Property Details

ShowTechnologyUsed public_oe property

public bool ShowTechnologyUsed
Résultat bool

SupportInfo public_oe property

public string SupportInfo
Résultat string

TechnologyUsed public_oe property

public string TechnologyUsed
Résultat string