Interface IDecisionModelElementDTO
Contains the basic required properties of decision model elements.
Assembly: WMServer.dll
Syntax
public interface IDecisionModelElementDTO
Properties
CreatedBy
ID of the user that created this entity.
Declaration
string CreatedBy { get; set; }
Property Value
CreatedDate
Date and time at which this entity was last updated.
Declaration
DateTime CreatedDate { get; set; }
Property Value
Documentation
Longer, formatted description of this object
Declaration
string? Documentation { get; set; }
Property Value
DocumentationMIMEType
Declaration
string? DocumentationMIMEType { get; set; }
Property Value
LastUpdatedBy
ID of the user that last updated this entity.
Declaration
string LastUpdatedBy { get; set; }
Property Value
LastUpdatedDate
Date and time at which this entity was last updated.
Declaration
DateTime LastUpdatedDate { get; set; }
Property Value
ModelID
Declaration
string ModelID { get; set; }
Property Value
Name
Declaration
string? Name { get; set; }
Property Value
ParentID
Declaration
string? ParentID { get; set; }
Property Value
Properties
Custom properties defined by the user
Declaration
[NotMapped]
Dictionary<string, string> Properties { get; }
Property Value
PropertiesSerialized
Custom properties defined by the user. Serializes to and from Properties
Declaration
string PropertiesSerialized { get; set; }
Property Value
Role
Declaration
string? Role { get; set; }
Property Value
Summary
Short summary of this object.
Declaration
string? Summary { get; set; }
Property Value
Type
Declaration
string Type { get; set; }
Property Value