C# 클래스 Rossbot.Data.Commands

상속: System.Data.Objects.DataClasses.EntityObject
파일 보기 프로젝트 열기: fekberg/Roslyn-IRC-Bot 1 사용 예제들

Private Properties

프로퍼티 타입 설명
OnCommandChanged void
OnCommandChanging void
OnIdChanged void
OnIdChanging void
OnPostedChanged void
OnPostedChanging void
OnUsernameChanged void
OnUsernameChanging void

공개 메소드들

메소드 설명
CreateCommands ( global id, global username, global command, global posted ) : Commands

Create a new Commands object.

비공개 메소드들

메소드 설명
OnCommandChanged ( ) : void
OnCommandChanging ( global value ) : void
OnIdChanged ( ) : void
OnIdChanging ( global value ) : void
OnPostedChanged ( ) : void
OnPostedChanging ( global value ) : void
OnUsernameChanged ( ) : void
OnUsernameChanging ( global value ) : void

메소드 상세

CreateCommands() 공개 정적인 메소드

Create a new Commands object.
public static CreateCommands ( global id, global username, global command, global posted ) : Commands
id global Initial value of the Id property.
username global Initial value of the Username property.
command global Initial value of the Command property.
posted global Initial value of the Posted property.
리턴 Commands