C# 클래스 StoreIDTopGateAPI.Actions

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Actions ( Action actions ) : System
Actions ( int count ) : System
add ( int index, Action action ) : void
getActions ( ) : Action[]

메소드 상세

Actions() 공개 메소드

public Actions ( Action actions ) : System
actions Action
리턴 System

Actions() 공개 메소드

public Actions ( int count ) : System
count int
리턴 System

add() 공개 메소드

public add ( int index, Action action ) : void
index int
action Action
리턴 void

getActions() 공개 메소드

public getActions ( ) : Action[]
리턴 Action[]