C# 클래스 QSProjectsLib.AssemblySupportAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: QualitySolution/QSProjects 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ShowTechnologyUsed bool
SupportInfo string
TechnologyUsed string

공개 메소드들

메소드 설명
AssemblySupportAttribute ( ) : System
AssemblySupportAttribute ( string supportInfo ) : System
AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System
AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed, string technologyUsed ) : System

메소드 상세

AssemblySupportAttribute() 공개 메소드

public AssemblySupportAttribute ( ) : System
리턴 System

AssemblySupportAttribute() 공개 메소드

public AssemblySupportAttribute ( string supportInfo ) : System
supportInfo string
리턴 System

AssemblySupportAttribute() 공개 메소드

public AssemblySupportAttribute ( string supportInfo, bool showTechnologyUsed ) : System
supportInfo string
showTechnologyUsed bool
리턴 System

AssemblySupportAttribute() 공개 메소드

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

프로퍼티 상세

ShowTechnologyUsed 공개적으로 프로퍼티

public bool ShowTechnologyUsed
리턴 bool

SupportInfo 공개적으로 프로퍼티

public string SupportInfo
리턴 string

TechnologyUsed 공개적으로 프로퍼티

public string TechnologyUsed
리턴 string