Show / Hide Table of Contents

Interface IDecisionModelElementDTO

Contains the basic required properties of decision model elements.

Namespace: Quantellia.WMServer.DecisionModeler.Model
Assembly: WMServer.dll
Syntax
public interface IDecisionModelElementDTO

Properties

CreatedBy

ID of the user that created this entity.

Declaration
string CreatedBy { get; set; }
Property Value
Type Description
string

CreatedDate

Date and time at which this entity was last updated.

Declaration
DateTime CreatedDate { get; set; }
Property Value
Type Description
DateTime

Documentation

Longer, formatted description of this object

Declaration
string? Documentation { get; set; }
Property Value
Type Description
string

DocumentationMIMEType

MIME type of the Documentation.

Declaration
string? DocumentationMIMEType { get; set; }
Property Value
Type Description
string

LastUpdatedBy

ID of the user that last updated this entity.

Declaration
string LastUpdatedBy { get; set; }
Property Value
Type Description
string

LastUpdatedDate

Date and time at which this entity was last updated.

Declaration
DateTime LastUpdatedDate { get; set; }
Property Value
Type Description
DateTime

ModelID

Declaration
string ModelID { get; set; }
Property Value
Type Description
string

Name

Name of this object.

Declaration
string? Name { get; set; }
Property Value
Type Description
string

ParentID

Declaration
string? ParentID { get; set; }
Property Value
Type Description
string

Properties

Custom properties defined by the user

Declaration
[NotMapped]
Dictionary<string, string> Properties { get; }
Property Value
Type Description
Dictionary<string, string>

PropertiesSerialized

Custom properties defined by the user. Serializes to and from Properties

Declaration
string PropertiesSerialized { get; set; }
Property Value
Type Description
string

Role

Declaration
string? Role { get; set; }
Property Value
Type Description
string

Summary

Short summary of this object.

Declaration
string? Summary { get; set; }
Property Value
Type Description
string

Type

Declaration
string Type { get; set; }
Property Value
Type Description
string
In this article
Back to top Copyright © 2025 Quantellia LLC.    Version 2.0.0 Revision 399     Last Updated 1/15/2025    DRAFT DOCUMENTATION. SUBJECT TO CHANGE