Example #1
0
 public EmployeeAccessRights(global::Sungero.Domain.Shared.IEntity entity) : base(entity)
 {
 }
Example #2
0
 protected override global::Sungero.Domain.Shared.EntityCreatingFromServerHandler CreateCreatingFromServerHandler(
     global::Sungero.Domain.Shared.IEntity entitySource)
 {
     return(new global::DirRX.ChatBotTask.ChatBotProcessAssignmentCreatingFromServerHandler((global::DirRX.ChatBotTask.IChatBotProcessAssignment)entitySource, this.Info));
 }
Example #3
0
 public ChatBotProcessAssignmentAccessRights(global::Sungero.Domain.Shared.IEntity entity) : base(entity)
 {
 }
 public ChatBotProcessAssignmentChatBotProcessValueInputEventArgs(global::DirRX.ChatBotInfrastructure.IChatBotProcess oldValue, global::DirRX.ChatBotInfrastructure.IChatBotProcess newValue, global::Sungero.Domain.Shared.IEntity entity, global::Sungero.Domain.Shared.IPropertyInfo propertyInfo) : base(oldValue, newValue, entity, propertyInfo)
 {
 }
Example #5
0
 protected override global::Sungero.Domain.Shared.EntityCreatingFromServerHandler CreateCreatingFromServerHandler(
     global::Sungero.Domain.Shared.IEntity entitySource)
 {
     return(new global::DirRX.Solution.EmployeeCreatingFromServerHandler((global::DirRX.Solution.IEmployee)entitySource, this.Info));
 }
 public ChatBotProcessAssignmentChatBotProcessChangedEventArgs(global::Sungero.Domain.Shared.IPropertyState <global::DirRX.ChatBotInfrastructure.IChatBotProcess> state, global::DirRX.ChatBotInfrastructure.IChatBotProcess newValue, global::Sungero.Domain.Shared.IEntity entity) : base(state, newValue, entity)
 {
 }
 protected internal ChatBotProcessAssignmentPropertyStates(global::Sungero.Domain.Shared.IEntity entity) : base(entity)
 {
 }
 protected override global::Sungero.Domain.Shared.IEntityControlStates CreateControlStates(global::Sungero.Domain.Shared.IEntity entity)
 {
     return(new global::DirRX.ChatBotTask.Shared.ChatBotProcessAssignmentControlStates(entity));
 }
 protected internal EmployeePropertyStates(global::Sungero.Domain.Shared.IEntity entity) : base(entity)
 {
 }
 protected override global::Sungero.Domain.Shared.IEntityControlStates CreateControlStates(global::Sungero.Domain.Shared.IEntity entity)
 {
     return(new global::DirRX.Solution.Shared.EmployeeControlStates(entity));
 }