bpmAppService.BPMSServices.DomainObjectService(domain) Calling and creating and deleting an entity.
| Name | Type of Return | Input Parameter | Description |
|---|---|---|---|
| GetDomainObject | Rayvarz.BPMS.Infrastructure.DomainObject.DomainObjectBase | System.Type domainObjectType, System.Guid objectId | Calling entity based on id |
| CreateDomainObject | Rayvarz.BPMS.Infrastructure.DomainObject.DomainObjectBase | System.Type domainObjectType Example: typeof (Rayvarz.BPMApp. [Application] .Model. Entity) | Create entity by type |
| DeleteDomainObject | Rayvarz.BPMS.Infrastructure.DomainObject.DomainObjectBase domainObject | Remove entity | |
| SaveDomainObject | Rayvarz.BPMS.Infrastructure.DomainObject.DomainObjectBase domainObject | Save an entity | |
| GetAll | System.Collections.IList | System.Type type typeof(Rayvarz.BPMApp.[application].Model.{Entity }) | Call list of entity by type |
| GetParentObject | Rayvarz.BPMS.Infrastructure.DomainObject.DomainObjectBase | Rayvarz.BPMS.Infrastructure.DomainObject.DomainObjectBase childDomainObject Child Existence string hierarchicalPropertyName External hierarchy key string parentPropertyName is the parent’s foreign key | Calling the parent’s existence |
| GetParentObject | Rayvarz.BPMS.Infrastructure.DomainObject.DomainObjectBase | Calling the parent’s existence |


