A server side event script
Namespace:
SynergyServerScripting
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
Top
Top
Assembly: SynergyServerScripting (in SynergyServerScripting.dll)
<System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)> _
Public Class ServerEventScript
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public class ServerEventScript
This language is not supported or no code example is available.
[System.Reflection.Obfuscation(Exclude = true, ApplyToMembers = true)]
public ref class ServerEventScript
This language is not supported or no code example is available.
Name | Description | |
---|---|---|
![]() |
ServerEventScript() | Default constructor |
Name | Description | |
---|---|---|
![]() |
Equals(Object) | Determines whether the specified object is equal to the current object. (inherited from Object). |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (inherited from Object). |
![]() |
GetHashCode | Serves as the default hash function. (inherited from Object). |
![]() |
GetType | Gets the Type of the current instance. (inherited from Object). |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object). |
![]() |
OnAfterCreateToDoItem(TaskItem, IDatabase, EntityID, IClient, long) | Run just after a to do item is created |
![]() |
OnAfterEditTaskItem(TaskItem, IDatabase, EntityID, IClient, long) | Run just after a to do item is edited |
![]() |
OnAfterFileAdd(EntityID, FileChangeData, IDatabase, EntityID, IClient, long) | Run just after a file is added - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFileCheckIn(EntityID, bool, FileChangeData, IDatabase, EntityID, IClient, long) | Run just after a file is checked in - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFileCheckedout(EntityID, IDatabase, EntityID, IClient, long) | Run just after a file is checked out - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFileCopy(EntityID, FileChangeData, IDatabase, EntityID, IClient, long) | Run just after a file is copied - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFileDelete(EntityID, FileChangeData, IDatabase, EntityID, IClient, long) | Run just after a file is deleted - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFileMove(EntityID, FileChangeData, IDatabase, EntityID, IClient, long) | Run just after a file is moved - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFilePurge(EntityID, IDatabase, EntityID, IClient, long) | Run just after a file is purged - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFolderAdded(EntityID, List<String>, IDatabase, EntityID, IClient, long) | Run just after a folder is added - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFolderAttributeChange(EntityID, AttributeValueCollection, IDatabase, EntityID, IClient, long) | Run just after a set of folder attributes are updated |
![]() |
OnAfterFolderCheckedIn(EntityID, IDatabase, EntityID, IClient, long) | Run just after a managed folder is checked in - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFolderCheckedOut(EntityID, IDatabase, EntityID, IClient, long) | Run just after a managed folder is checked out - a non ok response should be returned if the event is to fail |
![]() |
OnAfterFolderDeleted(EntityID, EntityID, EntityID, string, IDatabase, EntityID, IClient, long) | Run just after a folder is deleted / purged |
![]() |
OnAfterManagedFolderDeleted(EntityID, IDatabase, EntityID, IClient, long) | Run just after a managed folder is deleted |
![]() |
OnAfterProjectAttributeChange(EntityID, AttributeValueCollection, IDatabase, EntityID, IClient, long) | Run just after a set of project attributes are updated |
![]() |
OnAfterProjectCreated(ProjectInfo, IDatabase, EntityID, IClient, long) | Run just after a project is created |
![]() |
OnAfterProjectEdited(EntityID, IDatabase, EntityID, IClient, long) | Handle an event after a project is edited |
![]() |
OnAfterTDProjectAttributeChange(EntityID, AttributeValueCollection, IDatabase, EntityID, IClient, long) | Run just after a set of 12d model project attributes are updated |
![]() |
OnAfterTDProjectCheckedIn(EntityID, IDatabase, EntityID, IClient, long) | Run just after a 12d model project is checked in - a non ok response should be returned if the event is to fail |
![]() |
OnAfterTDProjectCheckedOut(EntityID, IDatabase, EntityID, IClient, long) | Run just after a 12d model project is checked out - a non ok response should be returned if the event is to fail |
![]() |
OnAfterTDProjectCreated(EntityID, IDatabase, EntityID, IClient, long) | Run just before a 12d model project is created - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeCreateToDoItem(TaskItem, IDatabase, EntityID, IClient, long) | Run just before a to do item is created |
![]() |
OnBeforeEditTaskItem(TaskItem, IDatabase, EntityID, IClient, long) | Run just before a to do item is edited |
![]() |
OnBeforeFileAdd(string, EntityID, FileChangeData, IDatabase, EntityID, IClient, long) | Run just before a file is added - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFileCheckIn(EntityID, bool, FileChangeData, IDatabase, EntityID, IClient, long) | Run just before a file is checked in - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFileCheckedout(EntityID, IDatabase, EntityID, IClient, long) | Run just before a file is checkedout - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFileCopy(EntityID, FileChangeData, IDatabase, EntityID, IClient, long) | Run just before a file is copied - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFileDelete(EntityID, FileChangeData, IDatabase, EntityID, IClient, long) | Run just before a file is deleted - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFileMove(EntityID, FileChangeData, IDatabase, EntityID, IClient, long) | Run just before a file is moved - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFilePurge(EntityID, IDatabase, EntityID, IClient, long) | Run just before a file is purged - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFolderAdded(string, EntityID, bool, List<String>, IDatabase, EntityID, IClient, long) | Run just before a folder is added - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFolderAttributeChange(EntityID, AttributeValueCollection, IDatabase, EntityID, IClient, long) | Run just before a set of folder attributes are updated |
![]() |
OnBeforeFolderCheckedIn(EntityID, IDatabase, EntityID, IClient, long) | Run just before a managed folder is checked in - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFolderCheckedOut(EntityID, IDatabase, EntityID, IClient, long) | Run just before the managed folder is checked out - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeFolderDeleted(EntityID, IDatabase, EntityID, IClient, long) | Run just before a folder is deleted / purged |
![]() |
OnBeforeManagedFolderDeleted(EntityID, IDatabase, EntityID, IClient, long) | Run just before a managed folder is deleted |
![]() |
OnBeforeProjectAttributeChange(EntityID, AttributeValueCollection, IDatabase, EntityID, IClient, long) | Run just before a set of project attributes are updated |
![]() |
OnBeforeProjectCreated(CreateProjectEventData, IDatabase, EntityID, IClient, long) | Run before a project is created |
![]() |
OnBeforeProjectEdited(EntityID, IDatabase, EntityID, IClient, long) | Handle an event before a project is edited |
![]() |
OnBeforeTDProjectAttributeChange(EntityID, AttributeValueCollection, IDatabase, EntityID, IClient, long) | Run just before a set of 12d model project attributes are updated |
![]() |
OnBeforeTDProjectCheckedIn(EntityID, IDatabase, EntityID, IClient, long) | Run just before a 12d model project is checked in - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeTDProjectCheckedOut(EntityID, IDatabase, EntityID, IClient, long) | Run just before a 12d model project is checked out - a non ok response should be returned if the event is to fail |
![]() |
OnBeforeTDProjectCreated(string, EntityID, bool, TDProjectVersion, List<AttributeInfo>, IDatabase, EntityID, IClient, long) | Run just before a 12d model project is created - a non ok response should be returned if the event is to fail |
![]() |
ToString | Returns a string that represents the current object. (inherited from Object). |
SynergyServerScripting.ServerEventScript