Class UserDetail
Represents a class that holds trigger methods for APP_UserDetail
Inheritance
System.Object
UserDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: TimeCockpit.Data.DataModel.Triggers
Assembly: TimeCockpit.Data.dll
Syntax
[ModelEntityTrigger]
public class UserDetail
Constructors
UserDetail()
Declaration
public UserDetail()
Methods
SetCurrentCulture(ExecutionContext)
Sets the current culture if the culture of a user is updated.
Declaration
[TriggerMethod]
public static void SetCurrentCulture(ExecutionContext context)
Parameters
Type | Name | Description |
---|---|---|
ExecutionContext | context | The context to use. |