Click or drag to resize

IEntityCollectionBaseDescription Property

Gets/Sets the description of the entity collection.

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
string Description { get; set; }

Property Value

Type: String
The description of the entity collection
Remarks
The description is used in the check data of owner entity to create some user readable message
See Also