![]() | DataQualityBundleRule Class |
Namespace: SanteDB.Core.Data.Quality
The DataQualityBundleRule type exposes the following members.
Name | Description | |
---|---|---|
![]() | DataQualityBundleRule | Initializes a new instance of the DataQualityBundleRule class |
Name | Description | |
---|---|---|
![]() | Next |
Gets the next behavior
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | ServiceName |
Gets the service name
(Inherited from BaseBusinessRulesServiceTModel.) |
Name | Description | |
---|---|---|
![]() | AfterInsert(TModel) |
After insert
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | AfterInsert(Object) |
After object is inserted
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | AfterObsolete(TModel) |
After obsolete
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | AfterObsolete(Object) |
After obsoletion
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | AfterQuery(IEnumerableTModel) |
After query
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | AfterRetrieve(TModel) |
Fired after retrieve
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | AfterRetrieve(Object) |
After the data has been retrieved
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | AfterUpdate(TModel) |
After update
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | AfterUpdate(Object) |
After update
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | BeforeInsert(Bundle) |
Execute before insert rules
(Overrides BaseBusinessRulesServiceTModelBeforeInsert(TModel).) |
![]() | BeforeInsert(Object) |
Before insert
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | BeforeObsolete(TModel) |
Before obselete
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | BeforeObsolete(Object) |
Before obsoletion occurs
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | BeforeUpdate(Bundle) |
Execute before update rules
(Overrides BaseBusinessRulesServiceTModelBeforeUpdate(TModel).) |
![]() | BeforeUpdate(Object) |
Before update occurs
(Inherited from BaseBusinessRulesServiceTModel.) |
![]() | Equals | 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.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | Validate(Bundle) |
Validate the specified bundle
(Overrides BaseBusinessRulesServiceTModelValidate(TModel).) |
![]() | Validate(Object) |
Validate the specified object
(Inherited from BaseBusinessRulesServiceTModel.) |
Name | Description | |
---|---|---|
![]() | ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |
![]() | GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |