Class DBUserInfo
Inheritance
System.Object
DBUserInfo
Assembly: Simplic.Framework.DAL.dll
Syntax
public class DBUserInfo : object
Properties
|
Improve this Doc
View Source
FullName
Declaration
public string FullName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Status
Declaration
public int Status { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Suid
Declaration
public int Suid { get; set; }
Property Value
Type |
Description |
System.Int32 |
|