C# Class iSpyApplication.Controls.GridView.GridViewConfig

Afficher le fichier Open project: ispysoftware/iSpy

Méthodes publiques

Свойство Type Description
CurrentIndex int
Delay int
Hold bool
LastCycle System.DateTime
ObjectIDs List

Méthodes publiques

Méthode Description
GridViewConfig ( List objectIDs, int delay ) : System

Method Details

GridViewConfig() public méthode

public GridViewConfig ( List objectIDs, int delay ) : System
objectIDs List
delay int
Résultat System

Property Details

CurrentIndex public_oe property

public int CurrentIndex
Résultat int

Delay public_oe property

public int Delay
Résultat int

Hold public_oe property

public bool Hold
Résultat bool

LastCycle public_oe property

public DateTime,System LastCycle
Résultat System.DateTime

ObjectIDs public_oe property

public List ObjectIDs
Résultat List