| PublishedContentCollection Class |
|
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class PublishedContentCollection : _PublishedContentCollection, IEnumerable, IEnumerator
The PublishedContentCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| PublishedContentCollection | Initializes a new instance of the PublishedContentCollection class |
| Name | Description | |
|---|---|---|
| Add | ||
| GetEnumerator |
Implements System.Collections.IEnumerable.GetEnumerator.
| |
| MoveNext |
Implements System.Collections.IEnumerator.MoveNext.
| |
| Reset |
Implements System.Collections.IEnumerator.Reset.
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Count |
Gets the number of User objects in this collection.
| |
| Current |
Implements System.Collections.IEnumerator.Current.
| |
| ItemInt32 |
Gets a PublishedContent object from the collection based on it's index in the collection.
| |
| ItemString |
Gets a PublishedContent object from the collection based on it's unique ID.
|