C# Class DemoApp.Web.DomainModels.User

Inheritance: DomainEntity
Datei anzeigen Open project: marufbd/Zephyr.NET Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
User ( string uname, string pwd ) : System.ComponentModel.DataAnnotations

Protected Methods

Method Description
User ( ) : System.ComponentModel.DataAnnotations

Method Details

User() protected method

protected User ( ) : System.ComponentModel.DataAnnotations
return System.ComponentModel.DataAnnotations

User() public method

public User ( string uname, string pwd ) : System.ComponentModel.DataAnnotations
uname string
pwd string
return System.ComponentModel.DataAnnotations