C# Класс WebApplications.Utilities.Service.ServiceCommandAttribute

Наследование: System.Attribute
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
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