C# 클래스 iSpyApplication.Controls.GridView.GridViewConfig

파일 보기 프로젝트 열기: ispysoftware/iSpy

공개 프로퍼티들

프로퍼티 타입 설명
CurrentIndex int
Delay int
Hold bool
LastCycle System.DateTime
ObjectIDs List

공개 메소드들

메소드 설명
GridViewConfig ( List objectIDs, int delay ) : System

메소드 상세

GridViewConfig() 공개 메소드

public GridViewConfig ( List objectIDs, int delay ) : System
objectIDs List
delay int
리턴 System

프로퍼티 상세

CurrentIndex 공개적으로 프로퍼티

public int CurrentIndex
리턴 int

Delay 공개적으로 프로퍼티

public int Delay
리턴 int

Hold 공개적으로 프로퍼티

public bool Hold
리턴 bool

LastCycle 공개적으로 프로퍼티

public DateTime,System LastCycle
리턴 System.DateTime

ObjectIDs 공개적으로 프로퍼티

public List ObjectIDs
리턴 List