IpernityNET.IpernityObjects contains Ipernity objects. They represents Ipernity "parts", such as albums, documents, groups, etc.... Those classes are generally provided by the Ipernity class or other IpernityObject classes.

Classes

  ClassDescription
Account
Represent an Ipernity account
Album
Represent an album
Comment
Represent a comment
Document
Represent a document
Fave
Represent a fave
Group
Represent a group
IpernityObject
Represent an Ipernity object
Keyword
Represent a keyword tag
Member
Represent a member tag
Note
Represent a note
ObjectNotConfiguredException
Throwed when an Ipernity object has not been configured. Use the method ConfigureIpernityObject(IpernityObject) to configure the object and allow it to interact with Ipernity
Tag
Represent a tag
TicketsCheckedEventArgs
Provides data for the TicketsChecked event
User
Represent an Ipernity user

Delegates

  DelegateDescription
IpernityObject..::.IpernityEventHandler
Handle the event IpernityObject.ObjectDeleted
TicketsCheckedEventHandler
Represents the method that will handle the TicketsChecked event of the Account class.