C# 클래스 CoyoteMoves.Data_Access.AnalyticsDB

파일 보기 프로젝트 열기: jakemmarsh/coyote-moves 1 사용 예제들

공개 메소드들

메소드 설명
AnalyticsDB ( ) : System
GetAllApprovedRequests ( ) : Collection
GetAllGroupChangeInformation ( ) : string
GetApprovedRequestsBetweenDates ( SqlDateTime begin, SqlDateTime end ) : Collection
GetGroupChangeInformationBetweenDates ( SqlDateTime begin, SqlDateTime end ) : string

메소드 상세

AnalyticsDB() 공개 메소드

public AnalyticsDB ( ) : System
리턴 System

GetAllApprovedRequests() 공개 메소드

public GetAllApprovedRequests ( ) : Collection
리턴 Collection

GetAllGroupChangeInformation() 공개 메소드

public GetAllGroupChangeInformation ( ) : string
리턴 string

GetApprovedRequestsBetweenDates() 공개 메소드

public GetApprovedRequestsBetweenDates ( SqlDateTime begin, SqlDateTime end ) : Collection
begin System.Data.SqlTypes.SqlDateTime
end System.Data.SqlTypes.SqlDateTime
리턴 Collection

GetGroupChangeInformationBetweenDates() 공개 메소드

public GetGroupChangeInformationBetweenDates ( SqlDateTime begin, SqlDateTime end ) : string
begin System.Data.SqlTypes.SqlDateTime
end System.Data.SqlTypes.SqlDateTime
리턴 string