Method | Description | |
---|---|---|
GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
IsPropertyChangeEvent ( Name eventName ) : bool | ||
PropertyChangeEvent ( uint id, Name eventName, ulong timestamp ) : System | ||
SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
SwapPerspective ( Name oldPerspective, Name newPerspective ) : BaseEvent | ||
ToDTO ( ) : |
Method | Description | |
---|---|---|
BuildEventName ( ) : Name |
public GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
return | void |
public static IsPropertyChangeEvent ( Name eventName ) : bool | ||
eventName | Name | |
return | bool |
public PropertyChangeEvent ( uint id, Name eventName, ulong timestamp ) : System | ||
id | uint | |
eventName | Name | |
timestamp | ulong | |
return | System |
public SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
return | void |
public SwapPerspective ( Name oldPerspective, Name newPerspective ) : BaseEvent | ||
oldPerspective | Name | |
newPerspective | Name | |
return | BaseEvent |