Method GetDetail
GetDetail<TDetailAsset>()
Gets the TDetailAsset instance by its type.
Declaration
public TDetailAsset GetDetail<TDetailAsset>() where TDetailAsset : BaseDetailAsset
Returns
| Type | Description |
|---|---|
| TDetailAsset | The |
Type Parameters
| Name | Description |
|---|---|
| TDetailAsset | The type of detail requested. |