C# Class CRL.Person.Person

Inheritance: IModelBase, CoreHelper.FormAuthentication.IUser
Datei anzeigen Open project: hubro-xx/CRL2

Public Properties

Property Type Description
RuleName string
TagData string

Private Properties

Property Type Description

Public Methods

Method Description
CheckData ( ) : string
ConverFromArry ( string content ) : CoreHelper.FormAuthentication.IUser

转为登录用的IUSER

ToArry ( ) : string

转为可存储的STRING

Method Details

CheckData() public method

public CheckData ( ) : string
return string

ConverFromArry() public method

转为登录用的IUSER
public ConverFromArry ( string content ) : CoreHelper.FormAuthentication.IUser
content string
return CoreHelper.FormAuthentication.IUser

ToArry() public method

转为可存储的STRING
public ToArry ( ) : string
return string

Property Details

RuleName public_oe property

用户组仅在验证时用
public string RuleName
return string

TagData public_oe property

存入自定义数据
public string TagData
return string