SolutionComponent
- Namespace:
PPDS.Dataverse.Generated - Assembly:
PPDS.Dataverse - Kind: Class
- Base:
Entity - Implements:
INotifyPropertyChanged,INotifyPropertyChanging,IExtensibleDataObject
Summary
A component of a CRM solution.
Members
Constructors
SolutionComponent()
SolutionComponent()
Default Constructor.
Properties
ComponentType
Nullable<componenttype> ComponentType { get; }
The object type code of the component.
CreatedBy
EntityReference CreatedBy { get; }
Unique identifier of the user who created the solution
CreatedOn
Nullable<DateTime> CreatedOn { get; }
Date and time when the solution was created.
CreatedOnBehalfBy
EntityReference CreatedOnBehalfBy { get; }
Unique identifier of the delegate user who created the solution.
IsMetadata
Nullable<bool> IsMetadata { get; }
Indicates whether this component is metadata or data.
ModifiedBy
EntityReference ModifiedBy { get; }
Unique identifier of the user who last modified the solution.
ModifiedOn
Nullable<DateTime> ModifiedOn { get; }
Date and time when the solution was last modified.
ModifiedOnBehalfBy
EntityReference ModifiedOnBehalfBy { get; }
Unique identifier of the delegate user who modified the solution.
ObjectId
Nullable<Guid> ObjectId { get; }
Unique identifier of the object with which the component is associated.
Referencedsolutioncomponent_parent_solutioncomponent
IEnumerable<SolutionComponent> Referencedsolutioncomponent_parent_solutioncomponent { get; set; }
1:N solutioncomponent_parent_solutioncomponent
Referencingsolutioncomponent_parent_solutioncomponent
SolutionComponent Referencingsolutioncomponent_parent_solutioncomponent { get; }
N:1 solutioncomponent_parent_solutioncomponent
RootComponentBehavior
Nullable<solutioncomponent_rootcomponentbehavior> RootComponentBehavior { get; }
Indicates the include behavior of the root component.
RootSolutionComponentId
Nullable<Guid> RootSolutionComponentId { get; }
The parent ID of the subcomponent, which will be a root
SolutionComponentId
Nullable<Guid> SolutionComponentId { get; }
Unique identifier of the solution component.
SolutionId
EntityReference SolutionId { get; }
Unique identifier of the solution.
lk_solutioncomponentbase_createdonbehalfby
SystemUser lk_solutioncomponentbase_createdonbehalfby { get; }
N:1 lk_solutioncomponentbase_createdonbehalfby
lk_solutioncomponentbase_modifiedonbehalfby
SystemUser lk_solutioncomponentbase_modifiedonbehalfby { get; }
N:1 lk_solutioncomponentbase_modifiedonbehalfby
solution_solutioncomponent
Solution solution_solutioncomponent { get; }
N:1 solution_solutioncomponent