C# Class KonfDB.Infrastructure.Services.CommandInput

Afficher le fichier Open project: punitganshani/KonfDB Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( string key, string value ) : void
AssociateUserId ( long userId ) : void
CommandInput ( IArguments args ) : System
GetUserId ( ) : long
HasArgument ( string key ) : bool
this ( string key ) : string

Method Details

Add() public méthode

public Add ( string key, string value ) : void
key string
value string
Résultat void

AssociateUserId() public méthode

public AssociateUserId ( long userId ) : void
userId long
Résultat void

CommandInput() public méthode

public CommandInput ( IArguments args ) : System
args IArguments
Résultat System

GetUserId() public méthode

public GetUserId ( ) : long
Résultat long

HasArgument() public méthode

public HasArgument ( string key ) : bool
key string
Résultat bool

this() public méthode

public this ( string key ) : string
key string
Résultat string