Méthode | Description | |
---|---|---|
AssertEventNameValidity ( Name name ) : void | ||
BindCalls ( |
||
ForgetEvent ( uint eventId ) : void | ||
GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
RecallAllEvents ( ) : IEnumerable |
||
RecallEvent ( uint eventId ) : IBaseEvent | ||
RecordEvent ( |
||
RecordEvent ( Name eventName, ulong timestamp ) : IBaseEvent | ||
SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
SwapPerspective ( Name oldPerspective, Name newPerspective ) : void | ||
UpdateEvent ( |
||
UpdateEvent ( uint eventId, Name eventName, ulong timestamp ) : IBaseEvent |
Méthode | Description | |
---|---|---|
AddRecord ( BaseEvent record ) : void | ||
BuildEventNameFromDTO ( |
||
EventAgePropertyCalculator ( IQueryContext context, Name id ) : IEnumerable |
||
EventIdPropertyCalculator ( IQueryContext context, Name type, Name subject, Name def, Name target ) : IEnumerable |
||
LastEventIdPropertyCalculator ( IQueryContext context, Name type, Name subject, Name def, Name target ) : IEnumerable |
||
SaveEventHelper ( uint eventId, Name eventName, ulong timestamp ) : BaseEvent |
public static AssertEventNameValidity ( Name name ) : void | ||
name | Name | |
Résultat | void |
public GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
Résultat | void |
public RecallEvent ( uint eventId ) : IBaseEvent | ||
eventId | uint | |
Résultat | IBaseEvent |
public RecordEvent ( |
||
dto | ||
Résultat | IBaseEvent |
public RecordEvent ( Name eventName, ulong timestamp ) : IBaseEvent | ||
eventName | Name | |
timestamp | ulong | |
Résultat | IBaseEvent |
public SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
Résultat | void |
public SwapPerspective ( Name oldPerspective, Name newPerspective ) : void | ||
oldPerspective | Name | |
newPerspective | Name | |
Résultat | void |
public UpdateEvent ( |
||
dto | ||
Résultat | IBaseEvent |
public UpdateEvent ( uint eventId, Name eventName, ulong timestamp ) : IBaseEvent | ||
eventId | uint | |
eventName | Name | |
timestamp | ulong | |
Résultat | IBaseEvent |