C# 클래스 Rock.Web.UI.Controls.CheckinGroupEventArg

An event args class used for reordering a check-in group's locations
상속: System.EventArgs
파일 보기 프로젝트 열기: NewSpring/Rock 1 사용 예제들

공개 메소드들

메소드 설명
CheckinGroupEventArg ( System.Guid groupGuid ) : System

Initializes a new instance of the CheckinGroupEventArg class.

CheckinGroupEventArg ( System.Guid groupGuid, string dataKey, int oldIndex, int newIndex ) : System

Initializes a new instance of the CheckinGroupEventArg class.

메소드 상세

CheckinGroupEventArg() 공개 메소드

Initializes a new instance of the CheckinGroupEventArg class.
public CheckinGroupEventArg ( System.Guid groupGuid ) : System
groupGuid System.Guid The check-in group unique identifier.
리턴 System

CheckinGroupEventArg() 공개 메소드

Initializes a new instance of the CheckinGroupEventArg class.
public CheckinGroupEventArg ( System.Guid groupGuid, string dataKey, int oldIndex, int newIndex ) : System
groupGuid System.Guid The check-in group unique identifier.
dataKey string The check-in group location Id.
oldIndex int The old index.
newIndex int The new index.
리턴 System