Accounts.ACAccount Members

The members of Accounts.ACAccount are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor that initializes a new instance of this class with no parameters.
Documentation for this section has not yet been entered.
A constructor that initializes the object from the data stored in the unarchiver object.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Properties

AccountDescriptionstring. A description of the account.
AccountTypeACAccountType. The social network to which this Accounts.ACAccount belongs.
[read-only]
override
ClassHandleIntPtr. The handle for this class.
CredentialACAccountCredential. The credentials used to validate this account.
[read-only]
static
ErrorDomainFoundation.NSString. Represents the value associated with the constant ACErrorDomain
[read-only]
Identifierstring. A GUID identifying this Accounts.ACAccount.
[read-only]
UserFullNamestring. The user's full name.
Usernamestring. The username associated with this Accounts.ACAccount.

Public Methods

EncodeTo(Foundation.NSCoder)
Encodes the state of the object on the provided encoder

Protected Methods

override
Dispose(bool)
Releases the resources used by the ACAccount object.