C# 클래스 KonfDB.Infrastructure.Services.CommandInput

파일 보기 프로젝트 열기: punitganshani/KonfDB 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Add ( string key, string value ) : void
AssociateUserId ( long userId ) : void
CommandInput ( IArguments args ) : System
GetUserId ( ) : long
HasArgument ( string key ) : bool
this ( string key ) : string

메소드 상세

Add() 공개 메소드

public Add ( string key, string value ) : void
key string
value string
리턴 void

AssociateUserId() 공개 메소드

public AssociateUserId ( long userId ) : void
userId long
리턴 void

CommandInput() 공개 메소드

public CommandInput ( IArguments args ) : System
args IArguments
리턴 System

GetUserId() 공개 메소드

public GetUserId ( ) : long
리턴 long

HasArgument() 공개 메소드

public HasArgument ( string key ) : bool
key string
리턴 bool

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string