C# Class Carrotware.CMS.Mvc.UI.Admin.Models.UserModel

Show file Open project: ninianne98/CarrotCakeCMS-MVC Class Usage Examples

Public Methods

Method Description
SaveOptions ( ) : void
UserModel ( ) : System
UserModel ( ExtendedUserData user ) : System
UserModel ( System.Guid UserId ) : System

Method Details

SaveOptions() public method

public SaveOptions ( ) : void
return void

UserModel() public method

public UserModel ( ) : System
return System

UserModel() public method

public UserModel ( ExtendedUserData user ) : System
user Carrotware.CMS.Core.ExtendedUserData
return System

UserModel() public method

public UserModel ( System.Guid UserId ) : System
UserId System.Guid
return System