C# 클래스 VolTeer.DataAccessLayer.AspNet.AspNetProviderEntities

상속: System.Data.DbContext
파일 보기 프로젝트 열기: CISC181/VolTeerNET 1 사용 예제들

공개 메소드들

메소드 설명
AspNetProviderEntities ( ) : System
aspnet_AnyDataInTables ( Nullable tablesToCheck ) : ObjectResult
aspnet_Applications_CreateApplication ( string applicationName, System.Data.Entity.Core.Objects.ObjectParameter applicationId ) : int
aspnet_CheckSchemaVersion ( string feature, string compatibleSchemaVersion ) : int
aspnet_Membership_ChangePasswordQuestionAndAnswer ( string applicationName, string userName, string newPasswordQuestion, string newPasswordAnswer ) : int
aspnet_Membership_CreateUser ( string applicationName, string userName, string password, string passwordSalt, string email, string passwordQuestion, string passwordAnswer, Nullable isApproved, Nullable currentTimeUtc, Nullable createDate, Nullable uniqueEmail, Nullable passwordFormat, System.Data.Entity.Core.Objects.ObjectParameter userId ) : int
aspnet_Membership_FindUsersByEmail ( string applicationName, string emailToMatch, Nullable pageIndex, Nullable pageSize ) : int
aspnet_Membership_FindUsersByName ( string applicationName, string userNameToMatch, Nullable pageIndex, Nullable pageSize ) : int
aspnet_Membership_GetAllUsers ( string applicationName, Nullable pageIndex, Nullable pageSize ) : int
aspnet_Membership_GetNumberOfUsersOnline ( string applicationName, Nullable minutesSinceLastInActive, Nullable currentTimeUtc ) : int
aspnet_Membership_GetPassword ( string applicationName, string userName, Nullable maxInvalidPasswordAttempts, Nullable passwordAttemptWindow, Nullable currentTimeUtc, string passwordAnswer ) : ObjectResult
aspnet_Membership_GetPasswordWithFormat ( string applicationName, string userName, Nullable updateLastLoginActivityDate, Nullable currentTimeUtc ) : ObjectResult
aspnet_Membership_GetUserByEmail ( string applicationName, string email ) : ObjectResult
aspnet_Membership_GetUserByName ( string applicationName, string userName, Nullable currentTimeUtc, Nullable updateLastActivity ) : ObjectResult
aspnet_Membership_GetUserByUserId ( Nullable userId, Nullable currentTimeUtc, Nullable updateLastActivity ) : ObjectResult
aspnet_Membership_ResetPassword ( string applicationName, string userName, string newPassword, Nullable maxInvalidPasswordAttempts, Nullable passwordAttemptWindow, string passwordSalt, Nullable currentTimeUtc, Nullable passwordFormat, string passwordAnswer ) : int
aspnet_Membership_SetPassword ( string applicationName, string userName, string newPassword, string passwordSalt, Nullable currentTimeUtc, Nullable passwordFormat ) : int
aspnet_Membership_UnlockUser ( string applicationName, string userName ) : int
aspnet_Membership_UpdateUser ( string applicationName, string userName, string email, string comment, Nullable isApproved, Nullable lastLoginDate, Nullable lastActivityDate, Nullable uniqueEmail, Nullable currentTimeUtc ) : int
aspnet_Membership_UpdateUserInfo ( string applicationName, string userName, Nullable isPasswordCorrect, Nullable updateLastLoginActivityDate, Nullable maxInvalidPasswordAttempts, Nullable passwordAttemptWindow, Nullable currentTimeUtc, Nullable lastLoginDate, Nullable lastActivityDate ) : int
aspnet_Paths_CreatePath ( Nullable applicationId, string path, System.Data.Entity.Core.Objects.ObjectParameter pathId ) : int
aspnet_PersonalizationAdministration_DeleteAllState ( Nullable allUsersScope, string applicationName, System.Data.Entity.Core.Objects.ObjectParameter count ) : int
aspnet_PersonalizationAdministration_FindState ( Nullable allUsersScope, string applicationName, Nullable pageIndex, Nullable pageSize, string path, string userName, Nullable inactiveSinceDate ) : int
aspnet_PersonalizationAdministration_GetCountOfState ( System.Data.Entity.Core.Objects.ObjectParameter count, Nullable allUsersScope, string applicationName, string path, string userName, Nullable inactiveSinceDate ) : int
aspnet_PersonalizationAdministration_ResetSharedState ( System.Data.Entity.Core.Objects.ObjectParameter count, string applicationName, string path ) : int
aspnet_PersonalizationAdministration_ResetUserState ( System.Data.Entity.Core.Objects.ObjectParameter count, string applicationName, Nullable inactiveSinceDate, string userName, string path ) : int
aspnet_PersonalizationAllUsers_GetPageSettings ( string applicationName, string path ) : ObjectResult
aspnet_PersonalizationAllUsers_ResetPageSettings ( string applicationName, string path ) : int
aspnet_PersonalizationAllUsers_SetPageSettings ( string applicationName, string path, byte pageSettings, Nullable currentTimeUtc ) : int
aspnet_PersonalizationPerUser_GetPageSettings ( string applicationName, string userName, string path, Nullable currentTimeUtc ) : ObjectResult
aspnet_PersonalizationPerUser_ResetPageSettings ( string applicationName, string userName, string path, Nullable currentTimeUtc ) : int
aspnet_PersonalizationPerUser_SetPageSettings ( string applicationName, string userName, string path, byte pageSettings, Nullable currentTimeUtc ) : int
aspnet_Personalization_GetApplicationId ( string applicationName, System.Data.Entity.Core.Objects.ObjectParameter applicationId ) : int
aspnet_Profile_DeleteInactiveProfiles ( string applicationName, Nullable profileAuthOptions, Nullable inactiveSinceDate ) : ObjectResult>
aspnet_Profile_DeleteProfiles ( string applicationName, string userNames ) : ObjectResult>
aspnet_Profile_GetNumberOfInactiveProfiles ( string applicationName, Nullable profileAuthOptions, Nullable inactiveSinceDate ) : ObjectResult>
aspnet_Profile_GetProfiles ( string applicationName, Nullable profileAuthOptions, Nullable pageIndex, Nullable pageSize, string userNameToMatch, Nullable inactiveSinceDate ) : int
aspnet_Profile_GetProperties ( string applicationName, string userName, Nullable currentTimeUtc ) : ObjectResult
aspnet_Profile_SetProperties ( string applicationName, string propertyNames, string propertyValuesString, byte propertyValuesBinary, string userName, Nullable isUserAnonymous, Nullable currentTimeUtc ) : int
aspnet_RegisterSchemaVersion ( string feature, string compatibleSchemaVersion, Nullable isCurrentVersion, Nullable removeIncompatibleSchema ) : int
aspnet_Roles_CreateRole ( string applicationName, string roleName ) : int
aspnet_Roles_DeleteRole ( string applicationName, string roleName, Nullable deleteOnlyIfRoleIsEmpty ) : int
aspnet_Roles_GetAllRoles ( string applicationName ) : ObjectResult
aspnet_Roles_RoleExists ( string applicationName, string roleName ) : int
aspnet_Setup_RemoveAllRoleMembers ( string name ) : int
aspnet_Setup_RestorePermissions ( string name ) : int
aspnet_UnRegisterSchemaVersion ( string feature, string compatibleSchemaVersion ) : int
aspnet_UsersInRoles_AddUsersToRoles ( string applicationName, string userNames, string roleNames, Nullable currentTimeUtc ) : ObjectResult
aspnet_UsersInRoles_FindUsersInRole ( string applicationName, string roleName, string userNameToMatch ) : ObjectResult
aspnet_UsersInRoles_GetRolesForUser ( string applicationName, string userName ) : ObjectResult
aspnet_UsersInRoles_GetUsersInRoles ( string applicationName, string roleName ) : ObjectResult
aspnet_UsersInRoles_IsUserInRole ( string applicationName, string userName, string roleName ) : int
aspnet_UsersInRoles_RemoveUsersFromRoles ( string applicationName, string userNames, string roleNames ) : ObjectResult
aspnet_Users_CreateUser ( Nullable applicationId, string userName, Nullable isUserAnonymous, Nullable lastActivityDate, System.Data.Entity.Core.Objects.ObjectParameter userId ) : int
aspnet_Users_DeleteUser ( string applicationName, string userName, Nullable tablesToDeleteFrom, System.Data.Entity.Core.Objects.ObjectParameter numTablesDeletedFrom ) : int
aspnet_WebEvent_LogEvent ( string eventId, Nullable eventTimeUtc, Nullable eventTime, string eventType, Nullable eventSequence, Nullable eventOccurrence, Nullable eventCode, Nullable eventDetailCode, string message, string applicationPath, string applicationVirtualPath, string machineName, string requestUrl, string exceptionType, string details ) : int

보호된 메소드들

메소드 설명
OnModelCreating ( DbModelBuilder modelBuilder ) : void

메소드 상세

AspNetProviderEntities() 공개 메소드

public AspNetProviderEntities ( ) : System
리턴 System

OnModelCreating() 보호된 메소드

protected OnModelCreating ( DbModelBuilder modelBuilder ) : void
modelBuilder DbModelBuilder
리턴 void

aspnet_AnyDataInTables() 공개 메소드

public aspnet_AnyDataInTables ( Nullable tablesToCheck ) : ObjectResult
tablesToCheck Nullable
리턴 ObjectResult

aspnet_Applications_CreateApplication() 공개 메소드

public aspnet_Applications_CreateApplication ( string applicationName, System.Data.Entity.Core.Objects.ObjectParameter applicationId ) : int
applicationName string
applicationId System.Data.Entity.Core.Objects.ObjectParameter
리턴 int

aspnet_CheckSchemaVersion() 공개 메소드

public aspnet_CheckSchemaVersion ( string feature, string compatibleSchemaVersion ) : int
feature string
compatibleSchemaVersion string
리턴 int

aspnet_Membership_ChangePasswordQuestionAndAnswer() 공개 메소드

public aspnet_Membership_ChangePasswordQuestionAndAnswer ( string applicationName, string userName, string newPasswordQuestion, string newPasswordAnswer ) : int
applicationName string
userName string
newPasswordQuestion string
newPasswordAnswer string
리턴 int

aspnet_Membership_CreateUser() 공개 메소드

public aspnet_Membership_CreateUser ( string applicationName, string userName, string password, string passwordSalt, string email, string passwordQuestion, string passwordAnswer, Nullable isApproved, Nullable currentTimeUtc, Nullable createDate, Nullable uniqueEmail, Nullable passwordFormat, System.Data.Entity.Core.Objects.ObjectParameter userId ) : int
applicationName string
userName string
password string
passwordSalt string
email string
passwordQuestion string
passwordAnswer string
isApproved Nullable
currentTimeUtc Nullable
createDate Nullable
uniqueEmail Nullable
passwordFormat Nullable
userId System.Data.Entity.Core.Objects.ObjectParameter
리턴 int

aspnet_Membership_FindUsersByEmail() 공개 메소드

public aspnet_Membership_FindUsersByEmail ( string applicationName, string emailToMatch, Nullable pageIndex, Nullable pageSize ) : int
applicationName string
emailToMatch string
pageIndex Nullable
pageSize Nullable
리턴 int

aspnet_Membership_FindUsersByName() 공개 메소드

public aspnet_Membership_FindUsersByName ( string applicationName, string userNameToMatch, Nullable pageIndex, Nullable pageSize ) : int
applicationName string
userNameToMatch string
pageIndex Nullable
pageSize Nullable
리턴 int

aspnet_Membership_GetAllUsers() 공개 메소드

public aspnet_Membership_GetAllUsers ( string applicationName, Nullable pageIndex, Nullable pageSize ) : int
applicationName string
pageIndex Nullable
pageSize Nullable
리턴 int

aspnet_Membership_GetNumberOfUsersOnline() 공개 메소드

public aspnet_Membership_GetNumberOfUsersOnline ( string applicationName, Nullable minutesSinceLastInActive, Nullable currentTimeUtc ) : int
applicationName string
minutesSinceLastInActive Nullable
currentTimeUtc Nullable
리턴 int

aspnet_Membership_GetPassword() 공개 메소드

public aspnet_Membership_GetPassword ( string applicationName, string userName, Nullable maxInvalidPasswordAttempts, Nullable passwordAttemptWindow, Nullable currentTimeUtc, string passwordAnswer ) : ObjectResult
applicationName string
userName string
maxInvalidPasswordAttempts Nullable
passwordAttemptWindow Nullable
currentTimeUtc Nullable
passwordAnswer string
리턴 ObjectResult

aspnet_Membership_GetPasswordWithFormat() 공개 메소드

public aspnet_Membership_GetPasswordWithFormat ( string applicationName, string userName, Nullable updateLastLoginActivityDate, Nullable currentTimeUtc ) : ObjectResult
applicationName string
userName string
updateLastLoginActivityDate Nullable
currentTimeUtc Nullable
리턴 ObjectResult

aspnet_Membership_GetUserByEmail() 공개 메소드

public aspnet_Membership_GetUserByEmail ( string applicationName, string email ) : ObjectResult
applicationName string
email string
리턴 ObjectResult

aspnet_Membership_GetUserByName() 공개 메소드

public aspnet_Membership_GetUserByName ( string applicationName, string userName, Nullable currentTimeUtc, Nullable updateLastActivity ) : ObjectResult
applicationName string
userName string
currentTimeUtc Nullable
updateLastActivity Nullable
리턴 ObjectResult

aspnet_Membership_GetUserByUserId() 공개 메소드

public aspnet_Membership_GetUserByUserId ( Nullable userId, Nullable currentTimeUtc, Nullable updateLastActivity ) : ObjectResult
userId Nullable
currentTimeUtc Nullable
updateLastActivity Nullable
리턴 ObjectResult

aspnet_Membership_ResetPassword() 공개 메소드

public aspnet_Membership_ResetPassword ( string applicationName, string userName, string newPassword, Nullable maxInvalidPasswordAttempts, Nullable passwordAttemptWindow, string passwordSalt, Nullable currentTimeUtc, Nullable passwordFormat, string passwordAnswer ) : int
applicationName string
userName string
newPassword string
maxInvalidPasswordAttempts Nullable
passwordAttemptWindow Nullable
passwordSalt string
currentTimeUtc Nullable
passwordFormat Nullable
passwordAnswer string
리턴 int

aspnet_Membership_SetPassword() 공개 메소드

public aspnet_Membership_SetPassword ( string applicationName, string userName, string newPassword, string passwordSalt, Nullable currentTimeUtc, Nullable passwordFormat ) : int
applicationName string
userName string
newPassword string
passwordSalt string
currentTimeUtc Nullable
passwordFormat Nullable
리턴 int

aspnet_Membership_UnlockUser() 공개 메소드

public aspnet_Membership_UnlockUser ( string applicationName, string userName ) : int
applicationName string
userName string
리턴 int

aspnet_Membership_UpdateUser() 공개 메소드

public aspnet_Membership_UpdateUser ( string applicationName, string userName, string email, string comment, Nullable isApproved, Nullable lastLoginDate, Nullable lastActivityDate, Nullable uniqueEmail, Nullable currentTimeUtc ) : int
applicationName string
userName string
email string
comment string
isApproved Nullable
lastLoginDate Nullable
lastActivityDate Nullable
uniqueEmail Nullable
currentTimeUtc Nullable
리턴 int

aspnet_Membership_UpdateUserInfo() 공개 메소드

public aspnet_Membership_UpdateUserInfo ( string applicationName, string userName, Nullable isPasswordCorrect, Nullable updateLastLoginActivityDate, Nullable maxInvalidPasswordAttempts, Nullable passwordAttemptWindow, Nullable currentTimeUtc, Nullable lastLoginDate, Nullable lastActivityDate ) : int
applicationName string
userName string
isPasswordCorrect Nullable
updateLastLoginActivityDate Nullable
maxInvalidPasswordAttempts Nullable
passwordAttemptWindow Nullable
currentTimeUtc Nullable
lastLoginDate Nullable
lastActivityDate Nullable
리턴 int

aspnet_Paths_CreatePath() 공개 메소드

public aspnet_Paths_CreatePath ( Nullable applicationId, string path, System.Data.Entity.Core.Objects.ObjectParameter pathId ) : int
applicationId Nullable
path string
pathId System.Data.Entity.Core.Objects.ObjectParameter
리턴 int

aspnet_PersonalizationAdministration_DeleteAllState() 공개 메소드

public aspnet_PersonalizationAdministration_DeleteAllState ( Nullable allUsersScope, string applicationName, System.Data.Entity.Core.Objects.ObjectParameter count ) : int
allUsersScope Nullable
applicationName string
count System.Data.Entity.Core.Objects.ObjectParameter
리턴 int

aspnet_PersonalizationAdministration_FindState() 공개 메소드

public aspnet_PersonalizationAdministration_FindState ( Nullable allUsersScope, string applicationName, Nullable pageIndex, Nullable pageSize, string path, string userName, Nullable inactiveSinceDate ) : int
allUsersScope Nullable
applicationName string
pageIndex Nullable
pageSize Nullable
path string
userName string
inactiveSinceDate Nullable
리턴 int

aspnet_PersonalizationAdministration_GetCountOfState() 공개 메소드

public aspnet_PersonalizationAdministration_GetCountOfState ( System.Data.Entity.Core.Objects.ObjectParameter count, Nullable allUsersScope, string applicationName, string path, string userName, Nullable inactiveSinceDate ) : int
count System.Data.Entity.Core.Objects.ObjectParameter
allUsersScope Nullable
applicationName string
path string
userName string
inactiveSinceDate Nullable
리턴 int

aspnet_PersonalizationAdministration_ResetSharedState() 공개 메소드

public aspnet_PersonalizationAdministration_ResetSharedState ( System.Data.Entity.Core.Objects.ObjectParameter count, string applicationName, string path ) : int
count System.Data.Entity.Core.Objects.ObjectParameter
applicationName string
path string
리턴 int

aspnet_PersonalizationAdministration_ResetUserState() 공개 메소드

public aspnet_PersonalizationAdministration_ResetUserState ( System.Data.Entity.Core.Objects.ObjectParameter count, string applicationName, Nullable inactiveSinceDate, string userName, string path ) : int
count System.Data.Entity.Core.Objects.ObjectParameter
applicationName string
inactiveSinceDate Nullable
userName string
path string
리턴 int

aspnet_PersonalizationAllUsers_GetPageSettings() 공개 메소드

public aspnet_PersonalizationAllUsers_GetPageSettings ( string applicationName, string path ) : ObjectResult
applicationName string
path string
리턴 ObjectResult

aspnet_PersonalizationAllUsers_ResetPageSettings() 공개 메소드

public aspnet_PersonalizationAllUsers_ResetPageSettings ( string applicationName, string path ) : int
applicationName string
path string
리턴 int

aspnet_PersonalizationAllUsers_SetPageSettings() 공개 메소드

public aspnet_PersonalizationAllUsers_SetPageSettings ( string applicationName, string path, byte pageSettings, Nullable currentTimeUtc ) : int
applicationName string
path string
pageSettings byte
currentTimeUtc Nullable
리턴 int

aspnet_PersonalizationPerUser_GetPageSettings() 공개 메소드

public aspnet_PersonalizationPerUser_GetPageSettings ( string applicationName, string userName, string path, Nullable currentTimeUtc ) : ObjectResult
applicationName string
userName string
path string
currentTimeUtc Nullable
리턴 ObjectResult

aspnet_PersonalizationPerUser_ResetPageSettings() 공개 메소드

public aspnet_PersonalizationPerUser_ResetPageSettings ( string applicationName, string userName, string path, Nullable currentTimeUtc ) : int
applicationName string
userName string
path string
currentTimeUtc Nullable
리턴 int

aspnet_PersonalizationPerUser_SetPageSettings() 공개 메소드

public aspnet_PersonalizationPerUser_SetPageSettings ( string applicationName, string userName, string path, byte pageSettings, Nullable currentTimeUtc ) : int
applicationName string
userName string
path string
pageSettings byte
currentTimeUtc Nullable
리턴 int

aspnet_Personalization_GetApplicationId() 공개 메소드

public aspnet_Personalization_GetApplicationId ( string applicationName, System.Data.Entity.Core.Objects.ObjectParameter applicationId ) : int
applicationName string
applicationId System.Data.Entity.Core.Objects.ObjectParameter
리턴 int

aspnet_Profile_DeleteInactiveProfiles() 공개 메소드

public aspnet_Profile_DeleteInactiveProfiles ( string applicationName, Nullable profileAuthOptions, Nullable inactiveSinceDate ) : ObjectResult>
applicationName string
profileAuthOptions Nullable
inactiveSinceDate Nullable
리턴 ObjectResult>

aspnet_Profile_DeleteProfiles() 공개 메소드

public aspnet_Profile_DeleteProfiles ( string applicationName, string userNames ) : ObjectResult>
applicationName string
userNames string
리턴 ObjectResult>

aspnet_Profile_GetNumberOfInactiveProfiles() 공개 메소드

public aspnet_Profile_GetNumberOfInactiveProfiles ( string applicationName, Nullable profileAuthOptions, Nullable inactiveSinceDate ) : ObjectResult>
applicationName string
profileAuthOptions Nullable
inactiveSinceDate Nullable
리턴 ObjectResult>

aspnet_Profile_GetProfiles() 공개 메소드

public aspnet_Profile_GetProfiles ( string applicationName, Nullable profileAuthOptions, Nullable pageIndex, Nullable pageSize, string userNameToMatch, Nullable inactiveSinceDate ) : int
applicationName string
profileAuthOptions Nullable
pageIndex Nullable
pageSize Nullable
userNameToMatch string
inactiveSinceDate Nullable
리턴 int

aspnet_Profile_GetProperties() 공개 메소드

public aspnet_Profile_GetProperties ( string applicationName, string userName, Nullable currentTimeUtc ) : ObjectResult
applicationName string
userName string
currentTimeUtc Nullable
리턴 ObjectResult

aspnet_Profile_SetProperties() 공개 메소드

public aspnet_Profile_SetProperties ( string applicationName, string propertyNames, string propertyValuesString, byte propertyValuesBinary, string userName, Nullable isUserAnonymous, Nullable currentTimeUtc ) : int
applicationName string
propertyNames string
propertyValuesString string
propertyValuesBinary byte
userName string
isUserAnonymous Nullable
currentTimeUtc Nullable
리턴 int

aspnet_RegisterSchemaVersion() 공개 메소드

public aspnet_RegisterSchemaVersion ( string feature, string compatibleSchemaVersion, Nullable isCurrentVersion, Nullable removeIncompatibleSchema ) : int
feature string
compatibleSchemaVersion string
isCurrentVersion Nullable
removeIncompatibleSchema Nullable
리턴 int

aspnet_Roles_CreateRole() 공개 메소드

public aspnet_Roles_CreateRole ( string applicationName, string roleName ) : int
applicationName string
roleName string
리턴 int

aspnet_Roles_DeleteRole() 공개 메소드

public aspnet_Roles_DeleteRole ( string applicationName, string roleName, Nullable deleteOnlyIfRoleIsEmpty ) : int
applicationName string
roleName string
deleteOnlyIfRoleIsEmpty Nullable
리턴 int

aspnet_Roles_GetAllRoles() 공개 메소드

public aspnet_Roles_GetAllRoles ( string applicationName ) : ObjectResult
applicationName string
리턴 ObjectResult

aspnet_Roles_RoleExists() 공개 메소드

public aspnet_Roles_RoleExists ( string applicationName, string roleName ) : int
applicationName string
roleName string
리턴 int

aspnet_Setup_RemoveAllRoleMembers() 공개 메소드

public aspnet_Setup_RemoveAllRoleMembers ( string name ) : int
name string
리턴 int

aspnet_Setup_RestorePermissions() 공개 메소드

public aspnet_Setup_RestorePermissions ( string name ) : int
name string
리턴 int

aspnet_UnRegisterSchemaVersion() 공개 메소드

public aspnet_UnRegisterSchemaVersion ( string feature, string compatibleSchemaVersion ) : int
feature string
compatibleSchemaVersion string
리턴 int

aspnet_UsersInRoles_AddUsersToRoles() 공개 메소드

public aspnet_UsersInRoles_AddUsersToRoles ( string applicationName, string userNames, string roleNames, Nullable currentTimeUtc ) : ObjectResult
applicationName string
userNames string
roleNames string
currentTimeUtc Nullable
리턴 ObjectResult

aspnet_UsersInRoles_FindUsersInRole() 공개 메소드

public aspnet_UsersInRoles_FindUsersInRole ( string applicationName, string roleName, string userNameToMatch ) : ObjectResult
applicationName string
roleName string
userNameToMatch string
리턴 ObjectResult

aspnet_UsersInRoles_GetRolesForUser() 공개 메소드

public aspnet_UsersInRoles_GetRolesForUser ( string applicationName, string userName ) : ObjectResult
applicationName string
userName string
리턴 ObjectResult

aspnet_UsersInRoles_GetUsersInRoles() 공개 메소드

public aspnet_UsersInRoles_GetUsersInRoles ( string applicationName, string roleName ) : ObjectResult
applicationName string
roleName string
리턴 ObjectResult

aspnet_UsersInRoles_IsUserInRole() 공개 메소드

public aspnet_UsersInRoles_IsUserInRole ( string applicationName, string userName, string roleName ) : int
applicationName string
userName string
roleName string
리턴 int

aspnet_UsersInRoles_RemoveUsersFromRoles() 공개 메소드

public aspnet_UsersInRoles_RemoveUsersFromRoles ( string applicationName, string userNames, string roleNames ) : ObjectResult
applicationName string
userNames string
roleNames string
리턴 ObjectResult

aspnet_Users_CreateUser() 공개 메소드

public aspnet_Users_CreateUser ( Nullable applicationId, string userName, Nullable isUserAnonymous, Nullable lastActivityDate, System.Data.Entity.Core.Objects.ObjectParameter userId ) : int
applicationId Nullable
userName string
isUserAnonymous Nullable
lastActivityDate Nullable
userId System.Data.Entity.Core.Objects.ObjectParameter
리턴 int

aspnet_Users_DeleteUser() 공개 메소드

public aspnet_Users_DeleteUser ( string applicationName, string userName, Nullable tablesToDeleteFrom, System.Data.Entity.Core.Objects.ObjectParameter numTablesDeletedFrom ) : int
applicationName string
userName string
tablesToDeleteFrom Nullable
numTablesDeletedFrom System.Data.Entity.Core.Objects.ObjectParameter
리턴 int

aspnet_WebEvent_LogEvent() 공개 메소드

public aspnet_WebEvent_LogEvent ( string eventId, Nullable eventTimeUtc, Nullable eventTime, string eventType, Nullable eventSequence, Nullable eventOccurrence, Nullable eventCode, Nullable eventDetailCode, string message, string applicationPath, string applicationVirtualPath, string machineName, string requestUrl, string exceptionType, string details ) : int
eventId string
eventTimeUtc Nullable
eventTime Nullable
eventType string
eventSequence Nullable
eventOccurrence Nullable
eventCode Nullable
eventDetailCode Nullable
message string
applicationPath string
applicationVirtualPath string
machineName string
requestUrl string
exceptionType string
details string
리턴 int