C# Class SakilaBusinessLogic.my_aspnet_membership

Inheritance: System.Data.Objects.DataClasses.EntityObject
ファイルを表示 Open project: Ecetera/appdynamics-sandpit Class Usage Examples

Private Properties

Property Type Description
OnCommentChanged void
OnCommentChanging void
OnCreationDateChanged void
OnCreationDateChanging void
OnEmailChanged void
OnEmailChanging void
OnFailedPasswordAnswerAttemptCountChanged void
OnFailedPasswordAnswerAttemptCountChanging void
OnFailedPasswordAnswerAttemptWindowStartChanged void
OnFailedPasswordAnswerAttemptWindowStartChanging void
OnFailedPasswordAttemptCountChanged void
OnFailedPasswordAttemptCountChanging void
OnFailedPasswordAttemptWindowStartChanged void
OnFailedPasswordAttemptWindowStartChanging void
OnIsApprovedChanged void
OnIsApprovedChanging void
OnIsLockedOutChanged void
OnIsLockedOutChanging void
OnLastActivityDateChanged void
OnLastActivityDateChanging void
OnLastLockedOutDateChanged void
OnLastLockedOutDateChanging void
OnLastLoginDateChanged void
OnLastLoginDateChanging void
OnLastPasswordChangedDateChanged void
OnLastPasswordChangedDateChanging void
OnPasswordAnswerChanged void
OnPasswordAnswerChanging void
OnPasswordChanged void
OnPasswordChanging void
OnPasswordFormatChanged void
OnPasswordFormatChanging void
OnPasswordKeyChanged void
OnPasswordKeyChanging void
OnPasswordQuestionChanged void
OnPasswordQuestionChanging void
OnuserIdChanged void
OnuserIdChanging void

Public Methods

Method Description
Createmy_aspnet_membership ( global userId, global password ) : my_aspnet_membership

Create a new my_aspnet_membership object.

Private Methods

Method Description
OnCommentChanged ( ) : void
OnCommentChanging ( global value ) : void
OnCreationDateChanged ( ) : void
OnCreationDateChanging ( Nullable value ) : void
OnEmailChanged ( ) : void
OnEmailChanging ( global value ) : void
OnFailedPasswordAnswerAttemptCountChanged ( ) : void
OnFailedPasswordAnswerAttemptCountChanging ( Nullable value ) : void
OnFailedPasswordAnswerAttemptWindowStartChanged ( ) : void
OnFailedPasswordAnswerAttemptWindowStartChanging ( Nullable value ) : void
OnFailedPasswordAttemptCountChanged ( ) : void
OnFailedPasswordAttemptCountChanging ( Nullable value ) : void
OnFailedPasswordAttemptWindowStartChanged ( ) : void
OnFailedPasswordAttemptWindowStartChanging ( Nullable value ) : void
OnIsApprovedChanged ( ) : void
OnIsApprovedChanging ( Nullable value ) : void
OnIsLockedOutChanged ( ) : void
OnIsLockedOutChanging ( Nullable value ) : void
OnLastActivityDateChanged ( ) : void
OnLastActivityDateChanging ( Nullable value ) : void
OnLastLockedOutDateChanged ( ) : void
OnLastLockedOutDateChanging ( Nullable value ) : void
OnLastLoginDateChanged ( ) : void
OnLastLoginDateChanging ( Nullable value ) : void
OnLastPasswordChangedDateChanged ( ) : void
OnLastPasswordChangedDateChanging ( Nullable value ) : void
OnPasswordAnswerChanged ( ) : void
OnPasswordAnswerChanging ( global value ) : void
OnPasswordChanged ( ) : void
OnPasswordChanging ( global value ) : void
OnPasswordFormatChanged ( ) : void
OnPasswordFormatChanging ( Nullable value ) : void
OnPasswordKeyChanged ( ) : void
OnPasswordKeyChanging ( global value ) : void
OnPasswordQuestionChanged ( ) : void
OnPasswordQuestionChanging ( global value ) : void
OnuserIdChanged ( ) : void
OnuserIdChanging ( global value ) : void

Method Details

Createmy_aspnet_membership() public static method

Create a new my_aspnet_membership object.
public static Createmy_aspnet_membership ( global userId, global password ) : my_aspnet_membership
userId global Initial value of the userId property.
password global Initial value of the Password property.
return my_aspnet_membership