C# Class MvcTemplate.Tests.ObjectFactory

Exibir arquivo Open project: NonFactors/MVC5.Template

Public Methods

Method Description
CreateAccount ( Int32 id ) : Account
CreateAccountCreateView ( Int32 id ) : AccountCreateView
CreateAccountEditView ( Int32 id ) : AccountEditView
CreateAccountLoginView ( Int32 id ) : AccountLoginView
CreateAccountRecoveryView ( Int32 id ) : MvcTemplate.Objects.AccountRecoveryView
CreateAccountRegisterView ( Int32 id ) : AccountRegisterView
CreateAccountResetView ( Int32 id ) : MvcTemplate.Objects.AccountResetView
CreateAccountView ( Int32 id ) : AccountView
CreatePermission ( Int32 id ) : Permission
CreateProfileDeleteView ( Int32 id ) : ProfileDeleteView
CreateProfileEditView ( Int32 id ) : ProfileEditView
CreateRole ( Int32 id ) : Role
CreateRolePermission ( Int32 id ) : RolePermission
CreateRoleView ( Int32 id ) : RoleView

Method Details

CreateAccount() public static method

public static CreateAccount ( Int32 id ) : Account
id System.Int32
return MvcTemplate.Objects.Account

CreateAccountCreateView() public static method

public static CreateAccountCreateView ( Int32 id ) : AccountCreateView
id System.Int32
return MvcTemplate.Objects.AccountCreateView

CreateAccountEditView() public static method

public static CreateAccountEditView ( Int32 id ) : AccountEditView
id System.Int32
return MvcTemplate.Objects.AccountEditView

CreateAccountLoginView() public static method

public static CreateAccountLoginView ( Int32 id ) : AccountLoginView
id System.Int32
return MvcTemplate.Objects.AccountLoginView

CreateAccountRecoveryView() public static method

public static CreateAccountRecoveryView ( Int32 id ) : MvcTemplate.Objects.AccountRecoveryView
id System.Int32
return MvcTemplate.Objects.AccountRecoveryView

CreateAccountRegisterView() public static method

public static CreateAccountRegisterView ( Int32 id ) : AccountRegisterView
id System.Int32
return MvcTemplate.Objects.AccountRegisterView

CreateAccountResetView() public static method

public static CreateAccountResetView ( Int32 id ) : MvcTemplate.Objects.AccountResetView
id System.Int32
return MvcTemplate.Objects.AccountResetView

CreateAccountView() public static method

public static CreateAccountView ( Int32 id ) : AccountView
id System.Int32
return MvcTemplate.Objects.AccountView

CreatePermission() public static method

public static CreatePermission ( Int32 id ) : Permission
id System.Int32
return MvcTemplate.Objects.Permission

CreateProfileDeleteView() public static method

public static CreateProfileDeleteView ( Int32 id ) : ProfileDeleteView
id System.Int32
return MvcTemplate.Objects.ProfileDeleteView

CreateProfileEditView() public static method

public static CreateProfileEditView ( Int32 id ) : ProfileEditView
id System.Int32
return MvcTemplate.Objects.ProfileEditView

CreateRole() public static method

public static CreateRole ( Int32 id ) : Role
id System.Int32
return MvcTemplate.Objects.Role

CreateRolePermission() public static method

public static CreateRolePermission ( Int32 id ) : RolePermission
id System.Int32
return MvcTemplate.Objects.RolePermission

CreateRoleView() public static method

public static CreateRoleView ( Int32 id ) : RoleView
id System.Int32
return MvcTemplate.Objects.RoleView