C# 클래스 TaskQueue.FieldDescription

상속: System.Attribute
파일 보기 프로젝트 열기: skipme/TaskMQ

공개 프로퍼티들

프로퍼티 타입 설명
Description string

공개 메소드들

메소드 설명
FieldDescription ( ) : System
FieldDescription ( bool ignore, bool inherited = false, bool required = false ) : System
FieldDescription ( string Description, bool Required = false ) : System

메소드 상세

FieldDescription() 공개 메소드

public FieldDescription ( ) : System
리턴 System

FieldDescription() 공개 메소드

public FieldDescription ( bool ignore, bool inherited = false, bool required = false ) : System
ignore bool
inherited bool
required bool
리턴 System

FieldDescription() 공개 메소드

public FieldDescription ( string Description, bool Required = false ) : System
Description string
Required bool
리턴 System

프로퍼티 상세

Description 공개적으로 프로퍼티

public string Description
리턴 string