C# Class Epiworx.WcfRestService.Data.Token

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostrar archivo Open project: mattruma/epiworx-csla Class Usage Examples

Private Properties

Property Type Description
OnCreatedDateChanged void
OnCreatedDateChanging void
OnExpirationDateChanged void
OnExpirationDateChanging void
OnKeyChanged void
OnKeyChanging void
OnUserNameChanged void
OnUserNameChanging void

Public Methods

Method Description
CreateToken ( global key, global userName, global expirationDate, global createdDate ) : Token

Create a new Token object.

Private Methods

Method Description
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnExpirationDateChanged ( ) : void
OnExpirationDateChanging ( global value ) : void
OnKeyChanged ( ) : void
OnKeyChanging ( global value ) : void
OnUserNameChanged ( ) : void
OnUserNameChanging ( global value ) : void

Method Details

CreateToken() public static method

Create a new Token object.
public static CreateToken ( global key, global userName, global expirationDate, global createdDate ) : Token
key global Initial value of the Key property.
userName global Initial value of the UserName property.
expirationDate global Initial value of the ExpirationDate property.
createdDate global Initial value of the CreatedDate property.
return Token