Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
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.
|
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.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
RegisterLogic(Type, Type)
|
Registers a particular domain logic class for a specified Application Model interface.
|
ToString()
|
Returns a string that represents the current object.
|
UnregisterLogic(Type, Type)
|
Unregisters a particular domain for a specified Application Model interface.
|