Struct CRUDSubscriptionEvent
Describes row modification
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Azos.Data.Access.Subscriptions
Assembly: Azos.dll
Syntax
public struct CRUDSubscriptionEvent
Constructors
CRUDSubscriptionEvent(CRUDSubscriptionEvent.EventType, Schema, Doc, DataTimeStamp)
Declaration
public CRUDSubscriptionEvent(CRUDSubscriptionEvent.EventType type, Schema schema, Doc doc, DataTimeStamp version)
Parameters
| Type | Name | Description |
|---|---|---|
| CRUDSubscriptionEvent.EventType | type | |
| Schema | schema | |
| Doc | doc | |
| DataTimeStamp | version |
Fields
Doc
Declaration
public readonly Doc Doc
Field Value
| Type | Description |
|---|---|
| Doc |
Schema
Declaration
public readonly Schema Schema
Field Value
| Type | Description |
|---|---|
| Schema |
Type
Declaration
public readonly CRUDSubscriptionEvent.EventType Type
Field Value
| Type | Description |
|---|---|
| CRUDSubscriptionEvent.EventType |
Version
Declaration
public readonly DataTimeStamp Version
Field Value
| Type | Description |
|---|---|
| DataTimeStamp |