Class ObjectTemplate
Defines an object template (a list of keynames) that are automatically added to a new ObjectValue instance
when the template is used to create it.
Inheritance
ObjectTemplate
Assembly: WMServer.dll
Syntax
public class ObjectTemplate : DecisionModelElement, IDocumentedEntity, INamedEntity, IDbEntity, IWMEntity, IFullyQualifiable
Constructors
ObjectTemplate(string, Dictionary<string, Type>)
Declaration
public ObjectTemplate(string name, Dictionary<string, Type> template)
Parameters
Properties
Template
Declaration
public Dictionary<string, Type> Template { get; set; }
Property Value
Implements