Class ContentPartEventBase
Inheritance
ContentPartEventBase
Inherited Members
Namespace: Glitch9.AIDevKit.Responses
Assembly: Glitch9.AIDevKit.dll
Syntax
public abstract class ContentPartEventBase : OutputItemDeltaEventBase, ISequencableEvent, IEvent
Properties
| Edit this page View SourceContentIndex
The index of the content part that was added.
Declaration
[JsonProperty("content_index")]
public int ContentIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
| Edit this page View SourceBuildSequenceKey()
Returns the logical ordering key for this event. If null/empty -> sequencer should treat it as "no sequencing key".
Declaration
protected override string BuildSequenceKey()
Returns
| Type | Description |
|---|---|
| string |