Overload List
| Name | Description | |
|---|---|---|
| CreateGenericObjectAsync(GenericObjectProperties, String) | Creates a generic object at app level. For more information on generic objects, see Generic object definition. It is possible to create a generic object that is linked to another object. The linked object has the same properties as the linking object. The linking object cannot be a transient object. | |
| CreateGenericObjectAsync T (GenericObjectProperties, Func Response, T , String) | Creates a generic object at app level. For more information on generic objects, see Generic object definition. It is possible to create a generic object that is linked to another object. The linked object has the same properties as the linking object. The linking object cannot be a transient object. |
See Also