CustomLogics Methods
Arguments passed to the ModuleBase.CustomizeLogics method.Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current CustomLogics. |
GetHashCode() | Serves as a hash function for the CustomLogics. |
GetRegisteredLogics(Type) | Returns the list domain logic class types that are registered for a specified Application Model interface. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
IsRegisteredLogic(Type, Type) | Indicates whether a particular domain logic class is registered for a specified Application Model interface. |
IsUnregisteredLogic(Type, Type) | Indicates whether a particular domain logic class was unregistered for a specified Application Model interface. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
RegisterLogic(Type, Type) | Registers a particular domain logic class for a specified Application Model interface. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
UnregisterLogic(Type, Type) | Unregisters a particular domain for a specified Application Model interface. |
See Also