C# 클래스 SignificantTradeSSRepository.SPs

파일 보기 프로젝트 열기: unepwcmc/sigtrade

공개 메소드들

메소드 설명
AspnetAnyDataInTables ( int TablesToCheck ) : StoredProcedure

Creates an object wrapper for the aspnet_AnyDataInTables Procedure

AspnetApplicationsCreateApplication ( string ApplicationName, System.Guid ApplicationId ) : StoredProcedure

Creates an object wrapper for the aspnet_Applications_CreateApplication Procedure

AspnetCheckSchemaVersion ( string Feature, string CompatibleSchemaVersion ) : StoredProcedure

Creates an object wrapper for the aspnet_CheckSchemaVersion Procedure

AspnetMembershipChangePasswordQuestionAndAnswer ( string ApplicationName, string UserName, string NewPasswordQuestion, string NewPasswordAnswer ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_ChangePasswordQuestionAndAnswer Procedure

AspnetMembershipCreateUser ( string ApplicationName, string UserName, string Password, string PasswordSalt, string Email, string PasswordQuestion, string PasswordAnswer, bool IsApproved, System.DateTime CurrentTimeUtc, System.DateTime CreateDate, int UniqueEmail, int PasswordFormat, System.Guid UserId ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_CreateUser Procedure

AspnetMembershipFindUsersByEmail ( string ApplicationName, string EmailToMatch, int PageIndex, int PageSize ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_FindUsersByEmail Procedure

AspnetMembershipFindUsersByName ( string ApplicationName, string UserNameToMatch, int PageIndex, int PageSize ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_FindUsersByName Procedure

AspnetMembershipGetAllUsers ( string ApplicationName, int PageIndex, int PageSize ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_GetAllUsers Procedure

AspnetMembershipGetNumberOfUsersOnline ( string ApplicationName, int MinutesSinceLastInActive, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_GetNumberOfUsersOnline Procedure

AspnetMembershipGetPassword ( string ApplicationName, string UserName, int MaxInvalidPasswordAttempts, int PasswordAttemptWindow, System.DateTime CurrentTimeUtc, string PasswordAnswer ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_GetPassword Procedure

AspnetMembershipGetPasswordWithFormat ( string ApplicationName, string UserName, bool UpdateLastLoginActivityDate, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_GetPasswordWithFormat Procedure

AspnetMembershipGetUserByEmail ( string ApplicationName, string Email ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_GetUserByEmail Procedure

AspnetMembershipGetUserByName ( string ApplicationName, string UserName, System.DateTime CurrentTimeUtc, bool UpdateLastActivity ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_GetUserByName Procedure

AspnetMembershipGetUserByUserId ( System.Guid UserId, System.DateTime CurrentTimeUtc, bool UpdateLastActivity ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_GetUserByUserId Procedure

AspnetMembershipResetPassword ( string ApplicationName, string UserName, string NewPassword, int MaxInvalidPasswordAttempts, int PasswordAttemptWindow, string PasswordSalt, System.DateTime CurrentTimeUtc, int PasswordFormat, string PasswordAnswer ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_ResetPassword Procedure

AspnetMembershipSetPassword ( string ApplicationName, string UserName, string NewPassword, string PasswordSalt, System.DateTime CurrentTimeUtc, int PasswordFormat ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_SetPassword Procedure

AspnetMembershipUnlockUser ( string ApplicationName, string UserName ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_UnlockUser Procedure

AspnetMembershipUpdateUser ( string ApplicationName, string UserName, string Email, string Comment, bool IsApproved, System.DateTime LastLoginDate, System.DateTime LastActivityDate, int UniqueEmail, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_UpdateUser Procedure

AspnetMembershipUpdateUserInfo ( string ApplicationName, string UserName, bool IsPasswordCorrect, bool UpdateLastLoginActivityDate, int MaxInvalidPasswordAttempts, int PasswordAttemptWindow, System.DateTime CurrentTimeUtc, System.DateTime LastLoginDate, System.DateTime LastActivityDate ) : StoredProcedure

Creates an object wrapper for the aspnet_Membership_UpdateUserInfo Procedure

AspnetPathsCreatePath ( System.Guid ApplicationId, string Path, System.Guid PathId ) : StoredProcedure

Creates an object wrapper for the aspnet_Paths_CreatePath Procedure

AspnetPersonalizationAdministrationDeleteAllState ( bool AllUsersScope, string ApplicationName, int Count ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationAdministration_DeleteAllState Procedure

AspnetPersonalizationAdministrationFindState ( bool AllUsersScope, string ApplicationName, int PageIndex, int PageSize, string Path, string UserName, System.DateTime InactiveSinceDate ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationAdministration_FindState Procedure

AspnetPersonalizationAdministrationGetCountOfState ( int Count, bool AllUsersScope, string ApplicationName, string Path, string UserName, System.DateTime InactiveSinceDate ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationAdministration_GetCountOfState Procedure

AspnetPersonalizationAdministrationResetSharedState ( int Count, string ApplicationName, string Path ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationAdministration_ResetSharedState Procedure

AspnetPersonalizationAdministrationResetUserState ( int Count, string ApplicationName, System.DateTime InactiveSinceDate, string UserName, string Path ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationAdministration_ResetUserState Procedure

AspnetPersonalizationAllUsersGetPageSettings ( string ApplicationName, string Path ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationAllUsers_GetPageSettings Procedure

AspnetPersonalizationAllUsersResetPageSettings ( string ApplicationName, string Path ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationAllUsers_ResetPageSettings Procedure

AspnetPersonalizationAllUsersSetPageSettings ( string ApplicationName, string Path, byte PageSettings, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationAllUsers_SetPageSettings Procedure

AspnetPersonalizationGetApplicationId ( string ApplicationName, System.Guid ApplicationId ) : StoredProcedure

Creates an object wrapper for the aspnet_Personalization_GetApplicationId Procedure

AspnetPersonalizationPerUserGetPageSettings ( string ApplicationName, string UserName, string Path, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationPerUser_GetPageSettings Procedure

AspnetPersonalizationPerUserResetPageSettings ( string ApplicationName, string UserName, string Path, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationPerUser_ResetPageSettings Procedure

AspnetPersonalizationPerUserSetPageSettings ( string ApplicationName, string UserName, string Path, byte PageSettings, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_PersonalizationPerUser_SetPageSettings Procedure

AspnetProfileDeleteInactiveProfiles ( string ApplicationName, int ProfileAuthOptions, System.DateTime InactiveSinceDate ) : StoredProcedure

Creates an object wrapper for the aspnet_Profile_DeleteInactiveProfiles Procedure

AspnetProfileDeleteProfiles ( string ApplicationName, string UserNames ) : StoredProcedure

Creates an object wrapper for the aspnet_Profile_DeleteProfiles Procedure

AspnetProfileGetNumberOfInactiveProfiles ( string ApplicationName, int ProfileAuthOptions, System.DateTime InactiveSinceDate ) : StoredProcedure

Creates an object wrapper for the aspnet_Profile_GetNumberOfInactiveProfiles Procedure

AspnetProfileGetProfiles ( string ApplicationName, int ProfileAuthOptions, int PageIndex, int PageSize, string UserNameToMatch, System.DateTime InactiveSinceDate ) : StoredProcedure

Creates an object wrapper for the aspnet_Profile_GetProfiles Procedure

AspnetProfileGetProperties ( string ApplicationName, string UserName, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_Profile_GetProperties Procedure

AspnetProfileSetProperties ( string ApplicationName, string PropertyNames, string PropertyValuesString, byte PropertyValuesBinary, string UserName, bool IsUserAnonymous, System.DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_Profile_SetProperties Procedure

AspnetRegisterSchemaVersion ( string Feature, string CompatibleSchemaVersion, bool IsCurrentVersion, bool RemoveIncompatibleSchema ) : StoredProcedure

Creates an object wrapper for the aspnet_RegisterSchemaVersion Procedure

AspnetRolesCreateRole ( string ApplicationName, string RoleName ) : StoredProcedure

Creates an object wrapper for the aspnet_Roles_CreateRole Procedure

AspnetRolesDeleteRole ( string ApplicationName, string RoleName, bool DeleteOnlyIfRoleIsEmpty ) : StoredProcedure

Creates an object wrapper for the aspnet_Roles_DeleteRole Procedure

AspnetRolesGetAllRoles ( string ApplicationName ) : StoredProcedure

Creates an object wrapper for the aspnet_Roles_GetAllRoles Procedure

AspnetRolesRoleExists ( string ApplicationName, string RoleName ) : StoredProcedure

Creates an object wrapper for the aspnet_Roles_RoleExists Procedure

AspnetSetupRemoveAllRoleMembers ( string name ) : StoredProcedure

Creates an object wrapper for the aspnet_Setup_RemoveAllRoleMembers Procedure

AspnetSetupRestorePermissions ( string name ) : StoredProcedure

Creates an object wrapper for the aspnet_Setup_RestorePermissions Procedure

AspnetUnRegisterSchemaVersion ( string Feature, string CompatibleSchemaVersion ) : StoredProcedure

Creates an object wrapper for the aspnet_UnRegisterSchemaVersion Procedure

AspnetUsersCreateUser ( Guid ApplicationId, string UserName, bool IsUserAnonymous, DateTime LastActivityDate, Guid UserId ) : StoredProcedure

Creates an object wrapper for the aspnet_Users_CreateUser Procedure

AspnetUsersDeleteUser ( string ApplicationName, string UserName, int TablesToDeleteFrom, int NumTablesDeletedFrom ) : StoredProcedure

Creates an object wrapper for the aspnet_Users_DeleteUser Procedure

AspnetUsersInRolesAddUsersToRoles ( string ApplicationName, string UserNames, string RoleNames, DateTime CurrentTimeUtc ) : StoredProcedure

Creates an object wrapper for the aspnet_UsersInRoles_AddUsersToRoles Procedure

AspnetUsersInRolesFindUsersInRole ( string ApplicationName, string RoleName, string UserNameToMatch ) : StoredProcedure

Creates an object wrapper for the aspnet_UsersInRoles_FindUsersInRole Procedure

AspnetUsersInRolesGetRolesForUser ( string ApplicationName, string UserName ) : StoredProcedure

Creates an object wrapper for the aspnet_UsersInRoles_GetRolesForUser Procedure

AspnetUsersInRolesGetUsersInRoles ( string ApplicationName, string RoleName ) : StoredProcedure

Creates an object wrapper for the aspnet_UsersInRoles_GetUsersInRoles Procedure

AspnetUsersInRolesIsUserInRole ( string ApplicationName, string UserName, string RoleName ) : StoredProcedure

Creates an object wrapper for the aspnet_UsersInRoles_IsUserInRole Procedure

AspnetUsersInRolesRemoveUsersFromRoles ( string ApplicationName, string UserNames, string RoleNames ) : StoredProcedure

Creates an object wrapper for the aspnet_UsersInRoles_RemoveUsersFromRoles Procedure

AspnetWebEventLogEvent ( string EventId, DateTime EventTimeUtc, DateTime EventTime, string EventType, decimal EventSequence, decimal EventOccurrence, int EventCode, int EventDetailCode, string Message, string ApplicationPath, string ApplicationVirtualPath, string MachineName, string RequestUrl, string ExceptionType, string Details ) : StoredProcedure

Creates an object wrapper for the aspnet_WebEvent_LogEvent Procedure

GetAClassList ( ) : StoredProcedure

Creates an object wrapper for the getAClassList Procedure

GetAFamilyList ( ) : StoredProcedure

Creates an object wrapper for the getAFamilyList Procedure

GetAGenusList ( ) : StoredProcedure

Creates an object wrapper for the getAGenusList Procedure

GetAPhylumList ( ) : StoredProcedure

Creates an object wrapper for the getAPhylumList Procedure

GetASpeciesList ( ) : StoredProcedure

Creates an object wrapper for the getASpeciesList Procedure

GetASpeciesListSearch ( ) : StoredProcedure

Creates an object wrapper for the getASpeciesListSearch Procedure

GetAllPALibExtra ( int ReviewID ) : StoredProcedure

Creates an object wrapper for the getAllPALibExtra Procedure

GetAllReviewsByCountry ( int CountryID ) : StoredProcedure

Creates an object wrapper for the getAllReviewsByCountry Procedure

GetAllReviewsByFreeSearch ( string genus, string species ) : StoredProcedure

Creates an object wrapper for the getAllReviewsByFreeSearch Procedure

GetAllReviewsBySearchAll ( int PhaseID, string Kingdom, int GenusID, int SpeciesID, int CountryID ) : StoredProcedure

Creates an object wrapper for the getAllReviewsBySearchAll Procedure

GetCountriesByTaxonSearch ( int TaxonID, string TaxonType, string Kingdom ) : StoredProcedure

Creates an object wrapper for the getCountriesByTaxonSearch Procedure

GetCountriesbyTaxon ( int TaxonID, string TaxonType, string Kingdom ) : StoredProcedure

Creates an object wrapper for the getCountriesbyTaxon Procedure

GetPFamilyList ( ) : StoredProcedure

Creates an object wrapper for the getPFamilyList Procedure

GetPGenusList ( ) : StoredProcedure

Creates an object wrapper for the getPGenusList Procedure

GetPSpeciesList ( ) : StoredProcedure

Creates an object wrapper for the getPSpeciesList Procedure

GetPSpeciesListSearch ( ) : StoredProcedure

Creates an object wrapper for the getPSpeciesListSearch Procedure

GetParagraphActionDetails ( int PALibID, int ReviewID ) : StoredProcedure

Creates an object wrapper for the getParagraphActionDetails Procedure

GetTaxonSelected ( int ReviewID, string TaxonType, string Kingdom ) : StoredProcedure

Creates an object wrapper for the getTaxonSelected Procedure

GetTaxonSelected2 ( ) : StoredProcedure

Creates an object wrapper for the getTaxonSelected2 Procedure

SpGetAGenusSearch ( ) : StoredProcedure

Creates an object wrapper for the spGetAGenusSearch Procedure

SpGetAOrderList ( ) : StoredProcedure

Creates an object wrapper for the spGetAOrderList Procedure

SpGetASpeciesByGenusSearch ( int GenusID ) : StoredProcedure

Creates an object wrapper for the spGetASpeciesByGenusSearch Procedure

SpGetASpeciesbyGenusList ( int genusID ) : StoredProcedure

Creates an object wrapper for the spGetASpeciesbyGenusList Procedure

SpGetClassbyPhylum ( int PhylumID ) : StoredProcedure

Creates an object wrapper for the spGetClassbyPhylum Procedure

SpGetCommentsbyID ( int SourceID, int SourceType, string RoleAccess ) : StoredProcedure

Creates an object wrapper for the spGetCommentsbyID Procedure

SpGetCountriesReport2 ( ) : StoredProcedure

Creates an object wrapper for the spGetCountriesReport2 Procedure

SpGetCurrentSigtradeTaxons ( string taxon ) : StoredProcedure

Creates an object wrapper for the spGetCurrentSigtradeTaxons Procedure

SpGetDeadlineForReview ( int ReviewID ) : StoredProcedure

Creates an object wrapper for the sp_getDeadlineForReview Procedure

SpGetDocumentsByID ( int SourceID, int SourceType, string RoleAccess ) : StoredProcedure

Creates an object wrapper for the spGetDocumentsByID Procedure

SpGetGenericReport ( int country, int phase, int PALibID, int concern, string actors, int kingdom, int taxonid ) : StoredProcedure

Creates an object wrapper for the spGetGenericReport Procedure

SpGetNextParagraphDetails ( int ReviewID ) : StoredProcedure

Creates an object wrapper for the spGetNextParagraphDetails Procedure

SpGetPGenusListSearch ( ) : StoredProcedure

Creates an object wrapper for the spGetPGenusListSearch Procedure

SpGetPSpeciesByGenusSearch ( int GenusID ) : StoredProcedure

Creates an object wrapper for the spGetPSpeciesByGenusSearch Procedure

SpGetPSpeciesbyGenusList ( int genusID ) : StoredProcedure

Creates an object wrapper for the spGetPSpeciesbyGenusList Procedure

SpGetParagraphStagePerReview ( int ReviewID ) : StoredProcedure

Creates an object wrapper for the spGetParagraphStagePerReview Procedure

SpGetReportByCountries ( int country ) : StoredProcedure

Creates an object wrapper for the spGetReportByCountries Procedure

SpGetReportTest ( ) : StoredProcedure

Creates an object wrapper for the spGetReportTest Procedure

SpGetSingleReview ( int ReviewID ) : StoredProcedure

Creates an object wrapper for the spGetSingleReview Procedure

SpGetTaxonsBySpecies ( int SpcRecID, int kingdom ) : StoredProcedure

Creates an object wrapper for the spGetTaxonsBySpecies Procedure

SpMeetingLibTest ( int MeetingLibID ) : StoredProcedure

Creates an object wrapper for the spMeetingLibTest Procedure

SpReportGetCountries ( ) : StoredProcedure

Creates an object wrapper for the spReportGetCountries Procedure

SpReportParagraphActions ( ) : StoredProcedure

Creates an object wrapper for the spReportParagraphActions Procedure

SpResetCurrentConcernForReview ( int ReviewID ) : StoredProcedure

Creates an object wrapper for the sp_resetCurrentConcernForReview Procedure

StoredProcedure1 ( int MeetingLibID ) : StoredProcedure

Creates an object wrapper for the StoredProcedure1 Procedure

StoredProcedure5 ( ) : StoredProcedure

Creates an object wrapper for the StoredProcedure5 Procedure

메소드 상세

AspnetAnyDataInTables() 공개 정적인 메소드

Creates an object wrapper for the aspnet_AnyDataInTables Procedure
public static AspnetAnyDataInTables ( int TablesToCheck ) : StoredProcedure
TablesToCheck int
리턴 StoredProcedure

AspnetApplicationsCreateApplication() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Applications_CreateApplication Procedure
public static AspnetApplicationsCreateApplication ( string ApplicationName, System.Guid ApplicationId ) : StoredProcedure
ApplicationName string
ApplicationId System.Guid
리턴 StoredProcedure

AspnetCheckSchemaVersion() 공개 정적인 메소드

Creates an object wrapper for the aspnet_CheckSchemaVersion Procedure
public static AspnetCheckSchemaVersion ( string Feature, string CompatibleSchemaVersion ) : StoredProcedure
Feature string
CompatibleSchemaVersion string
리턴 StoredProcedure

AspnetMembershipChangePasswordQuestionAndAnswer() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_ChangePasswordQuestionAndAnswer Procedure
public static AspnetMembershipChangePasswordQuestionAndAnswer ( string ApplicationName, string UserName, string NewPasswordQuestion, string NewPasswordAnswer ) : StoredProcedure
ApplicationName string
UserName string
NewPasswordQuestion string
NewPasswordAnswer string
리턴 StoredProcedure

AspnetMembershipCreateUser() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_CreateUser Procedure
public static AspnetMembershipCreateUser ( string ApplicationName, string UserName, string Password, string PasswordSalt, string Email, string PasswordQuestion, string PasswordAnswer, bool IsApproved, System.DateTime CurrentTimeUtc, System.DateTime CreateDate, int UniqueEmail, int PasswordFormat, System.Guid UserId ) : StoredProcedure
ApplicationName string
UserName string
Password string
PasswordSalt string
Email string
PasswordQuestion string
PasswordAnswer string
IsApproved bool
CurrentTimeUtc System.DateTime
CreateDate System.DateTime
UniqueEmail int
PasswordFormat int
UserId System.Guid
리턴 StoredProcedure

AspnetMembershipFindUsersByEmail() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_FindUsersByEmail Procedure
public static AspnetMembershipFindUsersByEmail ( string ApplicationName, string EmailToMatch, int PageIndex, int PageSize ) : StoredProcedure
ApplicationName string
EmailToMatch string
PageIndex int
PageSize int
리턴 StoredProcedure

AspnetMembershipFindUsersByName() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_FindUsersByName Procedure
public static AspnetMembershipFindUsersByName ( string ApplicationName, string UserNameToMatch, int PageIndex, int PageSize ) : StoredProcedure
ApplicationName string
UserNameToMatch string
PageIndex int
PageSize int
리턴 StoredProcedure

AspnetMembershipGetAllUsers() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_GetAllUsers Procedure
public static AspnetMembershipGetAllUsers ( string ApplicationName, int PageIndex, int PageSize ) : StoredProcedure
ApplicationName string
PageIndex int
PageSize int
리턴 StoredProcedure

AspnetMembershipGetNumberOfUsersOnline() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_GetNumberOfUsersOnline Procedure
public static AspnetMembershipGetNumberOfUsersOnline ( string ApplicationName, int MinutesSinceLastInActive, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
MinutesSinceLastInActive int
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetMembershipGetPassword() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_GetPassword Procedure
public static AspnetMembershipGetPassword ( string ApplicationName, string UserName, int MaxInvalidPasswordAttempts, int PasswordAttemptWindow, System.DateTime CurrentTimeUtc, string PasswordAnswer ) : StoredProcedure
ApplicationName string
UserName string
MaxInvalidPasswordAttempts int
PasswordAttemptWindow int
CurrentTimeUtc System.DateTime
PasswordAnswer string
리턴 StoredProcedure

AspnetMembershipGetPasswordWithFormat() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_GetPasswordWithFormat Procedure
public static AspnetMembershipGetPasswordWithFormat ( string ApplicationName, string UserName, bool UpdateLastLoginActivityDate, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
UserName string
UpdateLastLoginActivityDate bool
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetMembershipGetUserByEmail() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_GetUserByEmail Procedure
public static AspnetMembershipGetUserByEmail ( string ApplicationName, string Email ) : StoredProcedure
ApplicationName string
Email string
리턴 StoredProcedure

AspnetMembershipGetUserByName() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_GetUserByName Procedure
public static AspnetMembershipGetUserByName ( string ApplicationName, string UserName, System.DateTime CurrentTimeUtc, bool UpdateLastActivity ) : StoredProcedure
ApplicationName string
UserName string
CurrentTimeUtc System.DateTime
UpdateLastActivity bool
리턴 StoredProcedure

AspnetMembershipGetUserByUserId() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_GetUserByUserId Procedure
public static AspnetMembershipGetUserByUserId ( System.Guid UserId, System.DateTime CurrentTimeUtc, bool UpdateLastActivity ) : StoredProcedure
UserId System.Guid
CurrentTimeUtc System.DateTime
UpdateLastActivity bool
리턴 StoredProcedure

AspnetMembershipResetPassword() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_ResetPassword Procedure
public static AspnetMembershipResetPassword ( string ApplicationName, string UserName, string NewPassword, int MaxInvalidPasswordAttempts, int PasswordAttemptWindow, string PasswordSalt, System.DateTime CurrentTimeUtc, int PasswordFormat, string PasswordAnswer ) : StoredProcedure
ApplicationName string
UserName string
NewPassword string
MaxInvalidPasswordAttempts int
PasswordAttemptWindow int
PasswordSalt string
CurrentTimeUtc System.DateTime
PasswordFormat int
PasswordAnswer string
리턴 StoredProcedure

AspnetMembershipSetPassword() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_SetPassword Procedure
public static AspnetMembershipSetPassword ( string ApplicationName, string UserName, string NewPassword, string PasswordSalt, System.DateTime CurrentTimeUtc, int PasswordFormat ) : StoredProcedure
ApplicationName string
UserName string
NewPassword string
PasswordSalt string
CurrentTimeUtc System.DateTime
PasswordFormat int
리턴 StoredProcedure

AspnetMembershipUnlockUser() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_UnlockUser Procedure
public static AspnetMembershipUnlockUser ( string ApplicationName, string UserName ) : StoredProcedure
ApplicationName string
UserName string
리턴 StoredProcedure

AspnetMembershipUpdateUser() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_UpdateUser Procedure
public static AspnetMembershipUpdateUser ( string ApplicationName, string UserName, string Email, string Comment, bool IsApproved, System.DateTime LastLoginDate, System.DateTime LastActivityDate, int UniqueEmail, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
UserName string
Email string
Comment string
IsApproved bool
LastLoginDate System.DateTime
LastActivityDate System.DateTime
UniqueEmail int
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetMembershipUpdateUserInfo() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Membership_UpdateUserInfo Procedure
public static AspnetMembershipUpdateUserInfo ( string ApplicationName, string UserName, bool IsPasswordCorrect, bool UpdateLastLoginActivityDate, int MaxInvalidPasswordAttempts, int PasswordAttemptWindow, System.DateTime CurrentTimeUtc, System.DateTime LastLoginDate, System.DateTime LastActivityDate ) : StoredProcedure
ApplicationName string
UserName string
IsPasswordCorrect bool
UpdateLastLoginActivityDate bool
MaxInvalidPasswordAttempts int
PasswordAttemptWindow int
CurrentTimeUtc System.DateTime
LastLoginDate System.DateTime
LastActivityDate System.DateTime
리턴 StoredProcedure

AspnetPathsCreatePath() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Paths_CreatePath Procedure
public static AspnetPathsCreatePath ( System.Guid ApplicationId, string Path, System.Guid PathId ) : StoredProcedure
ApplicationId System.Guid
Path string
PathId System.Guid
리턴 StoredProcedure

AspnetPersonalizationAdministrationDeleteAllState() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationAdministration_DeleteAllState Procedure
public static AspnetPersonalizationAdministrationDeleteAllState ( bool AllUsersScope, string ApplicationName, int Count ) : StoredProcedure
AllUsersScope bool
ApplicationName string
Count int
리턴 StoredProcedure

AspnetPersonalizationAdministrationFindState() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationAdministration_FindState Procedure
public static AspnetPersonalizationAdministrationFindState ( bool AllUsersScope, string ApplicationName, int PageIndex, int PageSize, string Path, string UserName, System.DateTime InactiveSinceDate ) : StoredProcedure
AllUsersScope bool
ApplicationName string
PageIndex int
PageSize int
Path string
UserName string
InactiveSinceDate System.DateTime
리턴 StoredProcedure

AspnetPersonalizationAdministrationGetCountOfState() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationAdministration_GetCountOfState Procedure
public static AspnetPersonalizationAdministrationGetCountOfState ( int Count, bool AllUsersScope, string ApplicationName, string Path, string UserName, System.DateTime InactiveSinceDate ) : StoredProcedure
Count int
AllUsersScope bool
ApplicationName string
Path string
UserName string
InactiveSinceDate System.DateTime
리턴 StoredProcedure

AspnetPersonalizationAdministrationResetSharedState() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationAdministration_ResetSharedState Procedure
public static AspnetPersonalizationAdministrationResetSharedState ( int Count, string ApplicationName, string Path ) : StoredProcedure
Count int
ApplicationName string
Path string
리턴 StoredProcedure

AspnetPersonalizationAdministrationResetUserState() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationAdministration_ResetUserState Procedure
public static AspnetPersonalizationAdministrationResetUserState ( int Count, string ApplicationName, System.DateTime InactiveSinceDate, string UserName, string Path ) : StoredProcedure
Count int
ApplicationName string
InactiveSinceDate System.DateTime
UserName string
Path string
리턴 StoredProcedure

AspnetPersonalizationAllUsersGetPageSettings() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationAllUsers_GetPageSettings Procedure
public static AspnetPersonalizationAllUsersGetPageSettings ( string ApplicationName, string Path ) : StoredProcedure
ApplicationName string
Path string
리턴 StoredProcedure

AspnetPersonalizationAllUsersResetPageSettings() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationAllUsers_ResetPageSettings Procedure
public static AspnetPersonalizationAllUsersResetPageSettings ( string ApplicationName, string Path ) : StoredProcedure
ApplicationName string
Path string
리턴 StoredProcedure

AspnetPersonalizationAllUsersSetPageSettings() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationAllUsers_SetPageSettings Procedure
public static AspnetPersonalizationAllUsersSetPageSettings ( string ApplicationName, string Path, byte PageSettings, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
Path string
PageSettings byte
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetPersonalizationGetApplicationId() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Personalization_GetApplicationId Procedure
public static AspnetPersonalizationGetApplicationId ( string ApplicationName, System.Guid ApplicationId ) : StoredProcedure
ApplicationName string
ApplicationId System.Guid
리턴 StoredProcedure

AspnetPersonalizationPerUserGetPageSettings() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationPerUser_GetPageSettings Procedure
public static AspnetPersonalizationPerUserGetPageSettings ( string ApplicationName, string UserName, string Path, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
UserName string
Path string
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetPersonalizationPerUserResetPageSettings() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationPerUser_ResetPageSettings Procedure
public static AspnetPersonalizationPerUserResetPageSettings ( string ApplicationName, string UserName, string Path, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
UserName string
Path string
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetPersonalizationPerUserSetPageSettings() 공개 정적인 메소드

Creates an object wrapper for the aspnet_PersonalizationPerUser_SetPageSettings Procedure
public static AspnetPersonalizationPerUserSetPageSettings ( string ApplicationName, string UserName, string Path, byte PageSettings, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
UserName string
Path string
PageSettings byte
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetProfileDeleteInactiveProfiles() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Profile_DeleteInactiveProfiles Procedure
public static AspnetProfileDeleteInactiveProfiles ( string ApplicationName, int ProfileAuthOptions, System.DateTime InactiveSinceDate ) : StoredProcedure
ApplicationName string
ProfileAuthOptions int
InactiveSinceDate System.DateTime
리턴 StoredProcedure

AspnetProfileDeleteProfiles() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Profile_DeleteProfiles Procedure
public static AspnetProfileDeleteProfiles ( string ApplicationName, string UserNames ) : StoredProcedure
ApplicationName string
UserNames string
리턴 StoredProcedure

AspnetProfileGetNumberOfInactiveProfiles() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Profile_GetNumberOfInactiveProfiles Procedure
public static AspnetProfileGetNumberOfInactiveProfiles ( string ApplicationName, int ProfileAuthOptions, System.DateTime InactiveSinceDate ) : StoredProcedure
ApplicationName string
ProfileAuthOptions int
InactiveSinceDate System.DateTime
리턴 StoredProcedure

AspnetProfileGetProfiles() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Profile_GetProfiles Procedure
public static AspnetProfileGetProfiles ( string ApplicationName, int ProfileAuthOptions, int PageIndex, int PageSize, string UserNameToMatch, System.DateTime InactiveSinceDate ) : StoredProcedure
ApplicationName string
ProfileAuthOptions int
PageIndex int
PageSize int
UserNameToMatch string
InactiveSinceDate System.DateTime
리턴 StoredProcedure

AspnetProfileGetProperties() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Profile_GetProperties Procedure
public static AspnetProfileGetProperties ( string ApplicationName, string UserName, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
UserName string
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetProfileSetProperties() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Profile_SetProperties Procedure
public static AspnetProfileSetProperties ( string ApplicationName, string PropertyNames, string PropertyValuesString, byte PropertyValuesBinary, string UserName, bool IsUserAnonymous, System.DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
PropertyNames string
PropertyValuesString string
PropertyValuesBinary byte
UserName string
IsUserAnonymous bool
CurrentTimeUtc System.DateTime
리턴 StoredProcedure

AspnetRegisterSchemaVersion() 공개 정적인 메소드

Creates an object wrapper for the aspnet_RegisterSchemaVersion Procedure
public static AspnetRegisterSchemaVersion ( string Feature, string CompatibleSchemaVersion, bool IsCurrentVersion, bool RemoveIncompatibleSchema ) : StoredProcedure
Feature string
CompatibleSchemaVersion string
IsCurrentVersion bool
RemoveIncompatibleSchema bool
리턴 StoredProcedure

AspnetRolesCreateRole() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Roles_CreateRole Procedure
public static AspnetRolesCreateRole ( string ApplicationName, string RoleName ) : StoredProcedure
ApplicationName string
RoleName string
리턴 StoredProcedure

AspnetRolesDeleteRole() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Roles_DeleteRole Procedure
public static AspnetRolesDeleteRole ( string ApplicationName, string RoleName, bool DeleteOnlyIfRoleIsEmpty ) : StoredProcedure
ApplicationName string
RoleName string
DeleteOnlyIfRoleIsEmpty bool
리턴 StoredProcedure

AspnetRolesGetAllRoles() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Roles_GetAllRoles Procedure
public static AspnetRolesGetAllRoles ( string ApplicationName ) : StoredProcedure
ApplicationName string
리턴 StoredProcedure

AspnetRolesRoleExists() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Roles_RoleExists Procedure
public static AspnetRolesRoleExists ( string ApplicationName, string RoleName ) : StoredProcedure
ApplicationName string
RoleName string
리턴 StoredProcedure

AspnetSetupRemoveAllRoleMembers() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Setup_RemoveAllRoleMembers Procedure
public static AspnetSetupRemoveAllRoleMembers ( string name ) : StoredProcedure
name string
리턴 StoredProcedure

AspnetSetupRestorePermissions() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Setup_RestorePermissions Procedure
public static AspnetSetupRestorePermissions ( string name ) : StoredProcedure
name string
리턴 StoredProcedure

AspnetUnRegisterSchemaVersion() 공개 정적인 메소드

Creates an object wrapper for the aspnet_UnRegisterSchemaVersion Procedure
public static AspnetUnRegisterSchemaVersion ( string Feature, string CompatibleSchemaVersion ) : StoredProcedure
Feature string
CompatibleSchemaVersion string
리턴 StoredProcedure

AspnetUsersCreateUser() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Users_CreateUser Procedure
public static AspnetUsersCreateUser ( Guid ApplicationId, string UserName, bool IsUserAnonymous, DateTime LastActivityDate, Guid UserId ) : StoredProcedure
ApplicationId Guid
UserName string
IsUserAnonymous bool
LastActivityDate DateTime
UserId Guid
리턴 StoredProcedure

AspnetUsersDeleteUser() 공개 정적인 메소드

Creates an object wrapper for the aspnet_Users_DeleteUser Procedure
public static AspnetUsersDeleteUser ( string ApplicationName, string UserName, int TablesToDeleteFrom, int NumTablesDeletedFrom ) : StoredProcedure
ApplicationName string
UserName string
TablesToDeleteFrom int
NumTablesDeletedFrom int
리턴 StoredProcedure

AspnetUsersInRolesAddUsersToRoles() 공개 정적인 메소드

Creates an object wrapper for the aspnet_UsersInRoles_AddUsersToRoles Procedure
public static AspnetUsersInRolesAddUsersToRoles ( string ApplicationName, string UserNames, string RoleNames, DateTime CurrentTimeUtc ) : StoredProcedure
ApplicationName string
UserNames string
RoleNames string
CurrentTimeUtc DateTime
리턴 StoredProcedure

AspnetUsersInRolesFindUsersInRole() 공개 정적인 메소드

Creates an object wrapper for the aspnet_UsersInRoles_FindUsersInRole Procedure
public static AspnetUsersInRolesFindUsersInRole ( string ApplicationName, string RoleName, string UserNameToMatch ) : StoredProcedure
ApplicationName string
RoleName string
UserNameToMatch string
리턴 StoredProcedure

AspnetUsersInRolesGetRolesForUser() 공개 정적인 메소드

Creates an object wrapper for the aspnet_UsersInRoles_GetRolesForUser Procedure
public static AspnetUsersInRolesGetRolesForUser ( string ApplicationName, string UserName ) : StoredProcedure
ApplicationName string
UserName string
리턴 StoredProcedure

AspnetUsersInRolesGetUsersInRoles() 공개 정적인 메소드

Creates an object wrapper for the aspnet_UsersInRoles_GetUsersInRoles Procedure
public static AspnetUsersInRolesGetUsersInRoles ( string ApplicationName, string RoleName ) : StoredProcedure
ApplicationName string
RoleName string
리턴 StoredProcedure

AspnetUsersInRolesIsUserInRole() 공개 정적인 메소드

Creates an object wrapper for the aspnet_UsersInRoles_IsUserInRole Procedure
public static AspnetUsersInRolesIsUserInRole ( string ApplicationName, string UserName, string RoleName ) : StoredProcedure
ApplicationName string
UserName string
RoleName string
리턴 StoredProcedure

AspnetUsersInRolesRemoveUsersFromRoles() 공개 정적인 메소드

Creates an object wrapper for the aspnet_UsersInRoles_RemoveUsersFromRoles Procedure
public static AspnetUsersInRolesRemoveUsersFromRoles ( string ApplicationName, string UserNames, string RoleNames ) : StoredProcedure
ApplicationName string
UserNames string
RoleNames string
리턴 StoredProcedure

AspnetWebEventLogEvent() 공개 정적인 메소드

Creates an object wrapper for the aspnet_WebEvent_LogEvent Procedure
public static AspnetWebEventLogEvent ( string EventId, DateTime EventTimeUtc, DateTime EventTime, string EventType, decimal EventSequence, decimal EventOccurrence, int EventCode, int EventDetailCode, string Message, string ApplicationPath, string ApplicationVirtualPath, string MachineName, string RequestUrl, string ExceptionType, string Details ) : StoredProcedure
EventId string
EventTimeUtc DateTime
EventTime DateTime
EventType string
EventSequence decimal
EventOccurrence decimal
EventCode int
EventDetailCode int
Message string
ApplicationPath string
ApplicationVirtualPath string
MachineName string
RequestUrl string
ExceptionType string
Details string
리턴 StoredProcedure

GetAClassList() 공개 정적인 메소드

Creates an object wrapper for the getAClassList Procedure
public static GetAClassList ( ) : StoredProcedure
리턴 StoredProcedure

GetAFamilyList() 공개 정적인 메소드

Creates an object wrapper for the getAFamilyList Procedure
public static GetAFamilyList ( ) : StoredProcedure
리턴 StoredProcedure

GetAGenusList() 공개 정적인 메소드

Creates an object wrapper for the getAGenusList Procedure
public static GetAGenusList ( ) : StoredProcedure
리턴 StoredProcedure

GetAPhylumList() 공개 정적인 메소드

Creates an object wrapper for the getAPhylumList Procedure
public static GetAPhylumList ( ) : StoredProcedure
리턴 StoredProcedure

GetASpeciesList() 공개 정적인 메소드

Creates an object wrapper for the getASpeciesList Procedure
public static GetASpeciesList ( ) : StoredProcedure
리턴 StoredProcedure

GetASpeciesListSearch() 공개 정적인 메소드

Creates an object wrapper for the getASpeciesListSearch Procedure
public static GetASpeciesListSearch ( ) : StoredProcedure
리턴 StoredProcedure

GetAllPALibExtra() 공개 정적인 메소드

Creates an object wrapper for the getAllPALibExtra Procedure
public static GetAllPALibExtra ( int ReviewID ) : StoredProcedure
ReviewID int
리턴 StoredProcedure

GetAllReviewsByCountry() 공개 정적인 메소드

Creates an object wrapper for the getAllReviewsByCountry Procedure
public static GetAllReviewsByCountry ( int CountryID ) : StoredProcedure
CountryID int
리턴 StoredProcedure

GetAllReviewsByFreeSearch() 공개 정적인 메소드

Creates an object wrapper for the getAllReviewsByFreeSearch Procedure
public static GetAllReviewsByFreeSearch ( string genus, string species ) : StoredProcedure
genus string
species string
리턴 StoredProcedure

GetAllReviewsBySearchAll() 공개 정적인 메소드

Creates an object wrapper for the getAllReviewsBySearchAll Procedure
public static GetAllReviewsBySearchAll ( int PhaseID, string Kingdom, int GenusID, int SpeciesID, int CountryID ) : StoredProcedure
PhaseID int
Kingdom string
GenusID int
SpeciesID int
CountryID int
리턴 StoredProcedure

GetCountriesByTaxonSearch() 공개 정적인 메소드

Creates an object wrapper for the getCountriesByTaxonSearch Procedure
public static GetCountriesByTaxonSearch ( int TaxonID, string TaxonType, string Kingdom ) : StoredProcedure
TaxonID int
TaxonType string
Kingdom string
리턴 StoredProcedure

GetCountriesbyTaxon() 공개 정적인 메소드

Creates an object wrapper for the getCountriesbyTaxon Procedure
public static GetCountriesbyTaxon ( int TaxonID, string TaxonType, string Kingdom ) : StoredProcedure
TaxonID int
TaxonType string
Kingdom string
리턴 StoredProcedure

GetPFamilyList() 공개 정적인 메소드

Creates an object wrapper for the getPFamilyList Procedure
public static GetPFamilyList ( ) : StoredProcedure
리턴 StoredProcedure

GetPGenusList() 공개 정적인 메소드

Creates an object wrapper for the getPGenusList Procedure
public static GetPGenusList ( ) : StoredProcedure
리턴 StoredProcedure

GetPSpeciesList() 공개 정적인 메소드

Creates an object wrapper for the getPSpeciesList Procedure
public static GetPSpeciesList ( ) : StoredProcedure
리턴 StoredProcedure

GetPSpeciesListSearch() 공개 정적인 메소드

Creates an object wrapper for the getPSpeciesListSearch Procedure
public static GetPSpeciesListSearch ( ) : StoredProcedure
리턴 StoredProcedure

GetParagraphActionDetails() 공개 정적인 메소드

Creates an object wrapper for the getParagraphActionDetails Procedure
public static GetParagraphActionDetails ( int PALibID, int ReviewID ) : StoredProcedure
PALibID int
ReviewID int
리턴 StoredProcedure

GetTaxonSelected() 공개 정적인 메소드

Creates an object wrapper for the getTaxonSelected Procedure
public static GetTaxonSelected ( int ReviewID, string TaxonType, string Kingdom ) : StoredProcedure
ReviewID int
TaxonType string
Kingdom string
리턴 StoredProcedure

GetTaxonSelected2() 공개 정적인 메소드

Creates an object wrapper for the getTaxonSelected2 Procedure
public static GetTaxonSelected2 ( ) : StoredProcedure
리턴 StoredProcedure

SpGetAGenusSearch() 공개 정적인 메소드

Creates an object wrapper for the spGetAGenusSearch Procedure
public static SpGetAGenusSearch ( ) : StoredProcedure
리턴 StoredProcedure

SpGetAOrderList() 공개 정적인 메소드

Creates an object wrapper for the spGetAOrderList Procedure
public static SpGetAOrderList ( ) : StoredProcedure
리턴 StoredProcedure

SpGetASpeciesByGenusSearch() 공개 정적인 메소드

Creates an object wrapper for the spGetASpeciesByGenusSearch Procedure
public static SpGetASpeciesByGenusSearch ( int GenusID ) : StoredProcedure
GenusID int
리턴 StoredProcedure

SpGetASpeciesbyGenusList() 공개 정적인 메소드

Creates an object wrapper for the spGetASpeciesbyGenusList Procedure
public static SpGetASpeciesbyGenusList ( int genusID ) : StoredProcedure
genusID int
리턴 StoredProcedure

SpGetClassbyPhylum() 공개 정적인 메소드

Creates an object wrapper for the spGetClassbyPhylum Procedure
public static SpGetClassbyPhylum ( int PhylumID ) : StoredProcedure
PhylumID int
리턴 StoredProcedure

SpGetCommentsbyID() 공개 정적인 메소드

Creates an object wrapper for the spGetCommentsbyID Procedure
public static SpGetCommentsbyID ( int SourceID, int SourceType, string RoleAccess ) : StoredProcedure
SourceID int
SourceType int
RoleAccess string
리턴 StoredProcedure

SpGetCountriesReport2() 공개 정적인 메소드

Creates an object wrapper for the spGetCountriesReport2 Procedure
public static SpGetCountriesReport2 ( ) : StoredProcedure
리턴 StoredProcedure

SpGetCurrentSigtradeTaxons() 공개 정적인 메소드

Creates an object wrapper for the spGetCurrentSigtradeTaxons Procedure
public static SpGetCurrentSigtradeTaxons ( string taxon ) : StoredProcedure
taxon string
리턴 StoredProcedure

SpGetDeadlineForReview() 공개 정적인 메소드

Creates an object wrapper for the sp_getDeadlineForReview Procedure
public static SpGetDeadlineForReview ( int ReviewID ) : StoredProcedure
ReviewID int
리턴 StoredProcedure

SpGetDocumentsByID() 공개 정적인 메소드

Creates an object wrapper for the spGetDocumentsByID Procedure
public static SpGetDocumentsByID ( int SourceID, int SourceType, string RoleAccess ) : StoredProcedure
SourceID int
SourceType int
RoleAccess string
리턴 StoredProcedure

SpGetGenericReport() 공개 정적인 메소드

Creates an object wrapper for the spGetGenericReport Procedure
public static SpGetGenericReport ( int country, int phase, int PALibID, int concern, string actors, int kingdom, int taxonid ) : StoredProcedure
country int
phase int
PALibID int
concern int
actors string
kingdom int
taxonid int
리턴 StoredProcedure

SpGetNextParagraphDetails() 공개 정적인 메소드

Creates an object wrapper for the spGetNextParagraphDetails Procedure
public static SpGetNextParagraphDetails ( int ReviewID ) : StoredProcedure
ReviewID int
리턴 StoredProcedure

SpGetPGenusListSearch() 공개 정적인 메소드

Creates an object wrapper for the spGetPGenusListSearch Procedure
public static SpGetPGenusListSearch ( ) : StoredProcedure
리턴 StoredProcedure

SpGetPSpeciesByGenusSearch() 공개 정적인 메소드

Creates an object wrapper for the spGetPSpeciesByGenusSearch Procedure
public static SpGetPSpeciesByGenusSearch ( int GenusID ) : StoredProcedure
GenusID int
리턴 StoredProcedure

SpGetPSpeciesbyGenusList() 공개 정적인 메소드

Creates an object wrapper for the spGetPSpeciesbyGenusList Procedure
public static SpGetPSpeciesbyGenusList ( int genusID ) : StoredProcedure
genusID int
리턴 StoredProcedure

SpGetParagraphStagePerReview() 공개 정적인 메소드

Creates an object wrapper for the spGetParagraphStagePerReview Procedure
public static SpGetParagraphStagePerReview ( int ReviewID ) : StoredProcedure
ReviewID int
리턴 StoredProcedure

SpGetReportByCountries() 공개 정적인 메소드

Creates an object wrapper for the spGetReportByCountries Procedure
public static SpGetReportByCountries ( int country ) : StoredProcedure
country int
리턴 StoredProcedure

SpGetReportTest() 공개 정적인 메소드

Creates an object wrapper for the spGetReportTest Procedure
public static SpGetReportTest ( ) : StoredProcedure
리턴 StoredProcedure

SpGetSingleReview() 공개 정적인 메소드

Creates an object wrapper for the spGetSingleReview Procedure
public static SpGetSingleReview ( int ReviewID ) : StoredProcedure
ReviewID int
리턴 StoredProcedure

SpGetTaxonsBySpecies() 공개 정적인 메소드

Creates an object wrapper for the spGetTaxonsBySpecies Procedure
public static SpGetTaxonsBySpecies ( int SpcRecID, int kingdom ) : StoredProcedure
SpcRecID int
kingdom int
리턴 StoredProcedure

SpMeetingLibTest() 공개 정적인 메소드

Creates an object wrapper for the spMeetingLibTest Procedure
public static SpMeetingLibTest ( int MeetingLibID ) : StoredProcedure
MeetingLibID int
리턴 StoredProcedure

SpReportGetCountries() 공개 정적인 메소드

Creates an object wrapper for the spReportGetCountries Procedure
public static SpReportGetCountries ( ) : StoredProcedure
리턴 StoredProcedure

SpReportParagraphActions() 공개 정적인 메소드

Creates an object wrapper for the spReportParagraphActions Procedure
public static SpReportParagraphActions ( ) : StoredProcedure
리턴 StoredProcedure

SpResetCurrentConcernForReview() 공개 정적인 메소드

Creates an object wrapper for the sp_resetCurrentConcernForReview Procedure
public static SpResetCurrentConcernForReview ( int ReviewID ) : StoredProcedure
ReviewID int
리턴 StoredProcedure

StoredProcedure1() 공개 정적인 메소드

Creates an object wrapper for the StoredProcedure1 Procedure
public static StoredProcedure1 ( int MeetingLibID ) : StoredProcedure
MeetingLibID int
리턴 StoredProcedure

StoredProcedure5() 공개 정적인 메소드

Creates an object wrapper for the StoredProcedure5 Procedure
public static StoredProcedure5 ( ) : StoredProcedure
리턴 StoredProcedure