Click or drag to resize
TwitterAccounts Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
An enumerated collection of TwitterAccount objects.
Inheritance Hierarchy
SystemObject
  DataPAServerSecurityTwitterAccounts

Namespace: DataPAServerSecurity
Assembly: DataPAServerSecurity (in DataPAServerSecurity.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class TwitterAccounts : _TwitterAccounts, 
	IEnumerable, IEnumerator, ISerializable

The TwitterAccounts type exposes the following members.

Constructors
  NameDescription
Public methodTwitterAccounts
Creates and returns a new TwitterAccounts object.
Public methodTwitterAccounts(ServerSecurity)
Gets and sets the parent of this object.
Top
Methods
  NameDescription
Public methodAdd
Adds a TwitterAccount to this collection.
Public methodContains
Returns a value that indicates if an object with the ID exists in the collection.
Public methodContainsTwitterAccountName
Returns a value that indicates if an object with the TwitterAccount Name exists in the collection.
Public methodGetEnumerator
Implements System.Collections.IEnumerable.GetEnumerator.
Public methodGetObjectData
Public methodMoveNext
Implements System.Collections.IEnumerator.MoveNext.
Public methodObjectFromTwitterAccountName
Returns a TwitterAccount object with the TwitterAccount Name if it exists in the collection.
Public methodReBuild
Rebuilds the collection using the order specified in the IDs array.
Public methodRemove(Int32)
Removes a TwitterAccount from this collection.
Public methodRemove(String)
Removes a TwitterAccount from this collection.
Public methodReset
Implements System.Collections.IEnumerator.Reset.
Top
Fields
Properties
  NameDescription
Public propertyCount
Gets the number of TwitterAccount objects in this collection.
Public propertyCurrent
Implements System.Collections.IEnumerator.Current.
Public propertyItemInt32
Gets and sets a TwitterAccount in this collection.
Public propertyItemString
Gets and sets a TwitterAccount in this collection.
Public propertyObjectSizes
Gets a dictionary of serialized objects contained in this object, along with their sizes (in bytes)
Public propertyParent
Gets and sets the parent of this object.
Top
Remarks