C# Class StoreIDTopGateAPI.Actions

Afficher le fichier Open project: nedap/StoreIDTopGateAPI Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

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

Method Details

Actions() public méthode

public Actions ( Action actions ) : System
actions Action
Résultat System

Actions() public méthode

public Actions ( int count ) : System
count int
Résultat System

add() public méthode

public add ( int index, Action action ) : void
index int
action Action
Résultat void

getActions() public méthode

public getActions ( ) : Action[]
Résultat Action[]