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