EntitySummary
- Namespace:
PPDS.Dataverse.Metadata.Models - Assembly:
PPDS.Dataverse - Kind: Class
Summary
Summary information for an entity in list views.
Members
Properties
Description
string Description { get; set; }
Gets the description of the entity.
DisplayName
string DisplayName { get; set; }
Gets the entity display name.
EntitySetName
string EntitySetName { get; set; }
Gets the entity set name (for Web API).
IsCustomEntity
bool IsCustomEntity { get; set; }
Gets whether this is a custom entity.
IsManaged
bool IsManaged { get; set; }
Gets whether this entity is part of a managed solution.
LogicalCollectionName
string LogicalCollectionName { get; set; }
Gets the logical collection name.
LogicalName
string LogicalName { get; set; }
Gets the entity logical name.
MetadataId
Guid MetadataId { get; set; }
Gets the entity metadata ID (used to match solutioncomponent.objectId for entity-type components).
ObjectTypeCode
int ObjectTypeCode { get; set; }
Gets the entity type code.
OwnershipType
string OwnershipType { get; set; }
Gets the ownership type (UserOwned, OrganizationOwned, None).
SchemaName
string SchemaName { get; set; }
Gets the entity schema name.