Метод | Описание | |
---|---|---|
ApplyPerspective ( Name name ) : BaseEvent | ||
GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
LinkEmotion ( string emotionType ) : void | ||
RemovePerspective ( Name name ) : BaseEvent | ||
SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
SwapPerspective ( Name oldPerspective, Name newPerspective ) : BaseEvent | ||
ToDTO ( ) : |
Метод | Описание | |
---|---|---|
BaseEvent ( uint id, Name eventName, ulong timestamp ) : System.Collections.Generic | ||
BuildEventName ( ) : Name |
public ApplyPerspective ( Name name ) : BaseEvent | ||
name | Name | |
Результат | BaseEvent |
protected BaseEvent ( uint id, Name eventName, ulong timestamp ) : System.Collections.Generic | ||
id | uint | |
eventName | Name | |
timestamp | ulong | |
Результат | System.Collections.Generic |
protected abstract BuildEventName ( ) : Name | ||
Результат | Name |
public GetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
Результат | void |
public LinkEmotion ( string emotionType ) : void | ||
emotionType | string | |
Результат | void |
public RemovePerspective ( Name name ) : BaseEvent | ||
name | Name | |
Результат | BaseEvent |
public SetObjectData ( ISerializationData dataHolder, ISerializationContext context ) : void | ||
dataHolder | ISerializationData | |
context | ISerializationContext | |
Результат | void |
public SwapPerspective ( Name oldPerspective, Name newPerspective ) : BaseEvent | ||
oldPerspective | Name | |
newPerspective | Name | |
Результат | BaseEvent |
public abstract ToDTO ( ) : |
||
Результат |