dotmailer SDK: dotMailer.Sdk.Objects.DmAccountInfo Class Reference

dotmailer SDK

dotmailer SDK
Tools to access and manage an account in the dotMailer system
dotMailer.Sdk.Objects.DmAccountInfo Class Reference

Account Information class More...

Inheritance diagram for dotMailer.Sdk.Objects.DmAccountInfo:
dotMailer.Sdk.Interfaces.IDmObject dotMailer.Sdk.Cache.IDmCacheableObject

Properties

int AccountId [get, set]
 The id of the account
 
int Id [get, set]
 Account Id
 
DmAccountPropertyCollection Properties [get, set]
 Account Properties
 
DmLocale Locale [get, set]
 The locale of the account
 
string UserTag1 [get, set]
 User Tag
 
string UserTag2 [get, set]
 User Tag
 
string UserTag3 [get, set]
 User Tag
 
string this[AccountInfo requiredProperty] [get]
 Get the specified property as a string
 
int ApiCallsInLast24Hours [get]
 Returns the amount of calls used in the last 24 hours
 
int ApiCallsRemaining [get]
 Returns the number of calls that are remaining in the accounts allocation
 
bool IsDirty [get]
 Returns true if the object has changed
 
string ObjectType [get, set]
 Returns the type name of the class Used by the serialisation process
 
string ExternalId [get]
 Gets/Sets the generated Id that uniquely identifies this record
 
- Properties inherited from dotMailer.Sdk.Interfaces.IDmObject
int AccountId [get]
 The DotMailer account Id for this object
 
string ExternalId [get]
 A key that represents this object, used for synching with external applications
 
bool IsDirty [get]
 has the data of the object changed
 

Detailed Description

Account Information class

Property Documentation

int dotMailer.Sdk.Objects.DmAccountInfo.AccountId
getset

The id of the account

int dotMailer.Sdk.Objects.DmAccountInfo.ApiCallsInLast24Hours
get

Returns the amount of calls used in the last 24 hours

int dotMailer.Sdk.Objects.DmAccountInfo.ApiCallsRemaining
get

Returns the number of calls that are remaining in the accounts allocation

string dotMailer.Sdk.Objects.DmAccountInfo.ExternalId
get

Gets/Sets the generated Id that uniquely identifies this record

int dotMailer.Sdk.Objects.DmAccountInfo.Id
getset

Account Id

bool dotMailer.Sdk.Objects.DmAccountInfo.IsDirty
get

Returns true if the object has changed

DmLocale dotMailer.Sdk.Objects.DmAccountInfo.Locale
getset

The locale of the account

string dotMailer.Sdk.Objects.DmAccountInfo.ObjectType
getset

Returns the type name of the class Used by the serialisation process

DmAccountPropertyCollection dotMailer.Sdk.Objects.DmAccountInfo.Properties
getset

Account Properties

string dotMailer.Sdk.Objects.DmAccountInfo.this[AccountInfo requiredProperty]
get

Get the specified property as a string

Parameters
requiredProperty
Exceptions
DmException
string dotMailer.Sdk.Objects.DmAccountInfo.UserTag1
getset

User Tag

string dotMailer.Sdk.Objects.DmAccountInfo.UserTag2
getset

User Tag

string dotMailer.Sdk.Objects.DmAccountInfo.UserTag3
getset

User Tag

Generated by   doxygen 1.8.3