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.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
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