Class DecisionModelDiagramElementDTO
Inheritance
DecisionModelDiagramElementDTO
Assembly: WMServer.dll
Syntax
public class DecisionModelDiagramElementDTO : DataTransferObject<DecisionModelElement>, IDbEntity, IWMEntity, IDecisionModelElementDTO
Constructors
DecisionModelDiagramElementDTO()
Declaration
public DecisionModelDiagramElementDTO()
DecisionModelDiagramElementDTO(JObject)
Constructor that builds a DecisionModelDiagramElementDTO from a JObject
Declaration
public DecisionModelDiagramElementDTO(JObject j_obj)
Parameters
Type |
Name |
Description |
JObject |
j_obj |
|
DecisionModelDiagramElementDTO(string)
Declaration
public DecisionModelDiagramElementDTO(string id)
Parameters
Type |
Name |
Description |
string |
id |
|
Properties
CreatedBy
Declaration
public string CreatedBy { get; set; }
Property Value
CreatedDate
Declaration
public DateTime CreatedDate { get; set; }
Property Value
Documentation
Longer, formatted description of this object
Declaration
public string? Documentation { get; set; }
Property Value
DocumentationMIMEType
Declaration
public string? DocumentationMIMEType { get; set; }
Property Value
Geometry
Declaration
public string Geometry { get; set; }
Property Value
Height
Declaration
public double Height { get; set; }
Property Value
ID
Declaration
public string ID { get; set; }
Property Value
LastUpdatedBy
Declaration
public string LastUpdatedBy { get; set; }
Property Value
LastUpdatedDate
Declaration
public DateTime LastUpdatedDate { get; set; }
Property Value
ModelID
Declaration
public string ModelID { get; set; }
Property Value
Name
Declaration
public string? Name { get; set; }
Property Value
ParentID
Declaration
public string? ParentID { get; set; }
Property Value
Properties
Custom properties defined by the user
Declaration
[NotMapped]
public Dictionary<string, string> Properties { get; }
Property Value
PropertiesSerialized
Custom properties defined by the user. Serializes to and from Properties
Declaration
public string PropertiesSerialized { get; set; }
Property Value
Role
Declaration
public string? Role { get; set; }
Property Value
SourceRefID
Declaration
public string? SourceRefID { get; set; }
Property Value
Style
Declaration
public string? Style { get; set; }
Property Value
Summary
Short summary of this object.
Declaration
public string? Summary { get; set; }
Property Value
TargetRefID
Declaration
public string? TargetRefID { get; set; }
Property Value
Type
Declaration
public string Type { get; set; }
Property Value
Width
Declaration
public double Width { get; set; }
Property Value
Methods
CreateModel(WMPrincipal, DbContext, object[]?)
Declaration
public override Task<DecisionModelElement> CreateModel(WMPrincipal principal, DbContext context, object[]? data = null)
Parameters
Returns
Overrides
FromModel()
Declaration
public override void FromModel()
Overrides
Implements