C# Class DemoApp.Web.DomainModels.User
ファイルを表示
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
protected User ( ) : System.ComponentModel.DataAnnotations |
return |
System.ComponentModel.DataAnnotations |
|
public User ( string uname, string pwd ) : System.ComponentModel.DataAnnotations |
uname |
string |
|
pwd |
string |
|
return |
System.ComponentModel.DataAnnotations |
|