C# 클래스 WebApplications.Utilities.Service.ServiceCommandAttribute

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

공개 프로퍼티들

프로퍼티 타입 설명
ConsumeLine bool
MinimumArguments int

공개 메소드들

메소드 설명
ServiceCommandAttribute ( [ resourceType, [ namesProperty, [ descriptionProperty, bool consumeLine = false, int minimumArguments, [ idParameter = null ) : System

Initializes a new instance of the ServiceCommandAttribute class.

메소드 상세

ServiceCommandAttribute() 공개 메소드

Initializes a new instance of the ServiceCommandAttribute class.
public ServiceCommandAttribute ( [ resourceType, [ namesProperty, [ descriptionProperty, bool consumeLine = false, int minimumArguments, [ idParameter = null ) : System
resourceType [ Type of the resource.
namesProperty [ The names property.
descriptionProperty [ The description property.
consumeLine bool if set to [consume line].
minimumArguments int The minimum arguments.
idParameter [ The identifier parameter. if specified, this parameter must be of type /// , /// and it will be passed the current connection ID.
리턴 System

프로퍼티 상세

ConsumeLine 공개적으로 프로퍼티

If then the last parameter should accept the entire line; otherwise .
public bool ConsumeLine
리턴 bool

MinimumArguments 공개적으로 프로퍼티

The minimum arguments.
public int MinimumArguments
리턴 int