Interface IDecisionModelBase
Interface that all persistable classes in the Quantellia.WMServer.DecisionModeler namespace must implement.
Namespace: Quantellia.WMServer.DecisionModeler
Assembly: WMServer.dll
Syntax
public interface IDecisionModelBase : IDocumented
Properties
ID
Declaration
string ID { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |