MtBaseJsonConverterTGenerateItem Method

Generates a new item of type T.

Definition

Namespace: MobileTrack.Common.Services.JsonConverters.BusinessObjects
Assembly: MobileTrack.Common (in MobileTrack.Common.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
protected abstract T GenerateItem()

Return Value

T
Newly generated item.

Remarks

Because T has an internal constructor, we cannot use the new constraint. That is why this method exists.

See Also