C# Class FT.Data.ApiUser

Inheritance: System.Data.Objects.DataClasses.EntityObject
Mostra file Open project: friism/folketsting Class Usage Examples

Private Properties

Property Type Description
OnApiKeyChanged void
OnApiKeyChanging void
OnApiUserIdChanged void
OnApiUserIdChanging void
OnCreatedDateChanged void
OnCreatedDateChanging void
OnEmailAddressChanged void
OnEmailAddressChanging void
OnIntendedUseChanged void
OnIntendedUseChanging void

Public Methods

Method Description
CreateApiUser ( global createdDate, global apiUserId, global apiKey, global emailAddress ) : ApiUser

Create a new ApiUser object.

Private Methods

Method Description
OnApiKeyChanged ( ) : void
OnApiKeyChanging ( global value ) : void
OnApiUserIdChanged ( ) : void
OnApiUserIdChanging ( global value ) : void
OnCreatedDateChanged ( ) : void
OnCreatedDateChanging ( global value ) : void
OnEmailAddressChanged ( ) : void
OnEmailAddressChanging ( global value ) : void
OnIntendedUseChanged ( ) : void
OnIntendedUseChanging ( global value ) : void

Method Details

CreateApiUser() public static method

Create a new ApiUser object.
public static CreateApiUser ( global createdDate, global apiUserId, global apiKey, global emailAddress ) : ApiUser
createdDate global Initial value of the CreatedDate property.
apiUserId global Initial value of the ApiUserId property.
apiKey global Initial value of the ApiKey property.
emailAddress global Initial value of the EmailAddress property.
return ApiUser