PublishedEvent.FieldList Class

Definition

Exposes an enumerator over the event fields.

public: ref class PublishedEvent::FieldList : System::Collections::IEnumerable
public class PublishedEvent.FieldList : System.Collections.IEnumerable
type PublishedEvent.FieldList = class
    interface IEnumerable
Public Class PublishedEvent.FieldList
Implements IEnumerable
Inheritance
PublishedEvent.FieldList
Implements

Properties

Count

Gets the number of fields associated with the event.

Item[Int32]

Gets a field by ordinal from the fields collection.

Item[String]

Gets a field by name from the fields collection.

Methods

TryGetValue(String, PublishedEventField)

Gets the value associated with the specified key.

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Gets an enumerator over the fields.

Applies to