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: NFX.DataAccess.CRUD.Subscriptions
Assembly: NFX.dll
Syntax
public struct CRUDSubscriptionEvent
  Constructors
CRUDSubscriptionEvent(CRUDSubscriptionEvent.EventType, Schema, Row, DataTimeStamp)
Declaration
public CRUDSubscriptionEvent(CRUDSubscriptionEvent.EventType type, Schema schema, Row row, DataTimeStamp version)
  Parameters
| Type | Name | Description | 
|---|---|---|
| CRUDSubscriptionEvent.EventType | type | |
| Schema | schema | |
| Row | row | |
| DataTimeStamp | version | 
Fields
Row
Declaration
public readonly Row Row
  Field Value
| Type | Description | 
|---|---|
| Row | 
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 |