C# Класс DotNetMigrations.Core.CommandArguments

Наследование: IArguments
Показать файл Открыть проект

Открытые методы

Метод Описание
GetArgumentProperties ( Type type ) : ArgumentAttribute>.Dictionary

Gets all properties that have ArgumentAttribute's and returns then in a dictionary.

Parse ( ArgumentSet args ) : void

Защищенные методы

Метод Описание
CommandArguments ( ) : System

Приватные методы

Метод Описание
AddErrorMessage ( string errorMessage ) : void
AssignAnonymousArguments ( IEnumerable anonymousArgs, ArgumentAttribute>.Dictionary properties ) : void
AssignNamedArguments ( string>.IEnumerable namedArgs, ArgumentAttribute>.Dictionary properties ) : void
SetPropertyValue ( PropertyInfo property, string value ) : void
Validate ( IEnumerable properties ) : void

Описание методов

CommandArguments() защищенный Метод

protected CommandArguments ( ) : System
Результат System

GetArgumentProperties() публичный статический Метод

Gets all properties that have ArgumentAttribute's and returns then in a dictionary.
public static GetArgumentProperties ( Type type ) : ArgumentAttribute>.Dictionary
type System.Type
Результат ArgumentAttribute>.Dictionary

Parse() публичный Метод

public Parse ( ArgumentSet args ) : void
args ArgumentSet
Результат void