C# Class StoreIDTopGateAPI.Actions

Show file Open project: nedap/StoreIDTopGateAPI Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Actions ( Action actions ) : System
Actions ( int count ) : System
add ( int index, Action action ) : void
getActions ( ) : Action[]

Method Details

Actions() public method

public Actions ( Action actions ) : System
actions Action
return System

Actions() public method

public Actions ( int count ) : System
count int
return System

add() public method

public add ( int index, Action action ) : void
index int
action Action
return void

getActions() public method

public getActions ( ) : Action[]
return Action[]