C# Class KonfDB.Infrastructure.Services.CommandInput

Mostra file Open project: punitganshani/KonfDB Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

public Add ( string key, string value ) : void
key string
value string
return void

AssociateUserId() public method

public AssociateUserId ( long userId ) : void
userId long
return void

CommandInput() public method

public CommandInput ( IArguments args ) : System
args IArguments
return System

GetUserId() public method

public GetUserId ( ) : long
return long

HasArgument() public method

public HasArgument ( string key ) : bool
key string
return bool

this() public method

public this ( string key ) : string
key string
return string