Property | Type | Description | |
---|---|---|---|
OnApiKeyChanged | void | ||
OnApiKeyChanging | void | ||
OnApiUserIdChanged | void | ||
OnApiUserIdChanging | void | ||
OnCreatedDateChanged | void | ||
OnCreatedDateChanging | void | ||
OnEmailAddressChanged | void | ||
OnEmailAddressChanging | void | ||
OnIntendedUseChanged | void | ||
OnIntendedUseChanging | void |
Method | Description | |
---|---|---|
CreateApiUser ( global createdDate, global apiUserId, global apiKey, global emailAddress ) : |
Create a new ApiUser object.
|
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 |
public static CreateApiUser ( global createdDate, global apiUserId, global apiKey, global emailAddress ) : |
||
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 |