27 get => this.templateName.Value;
28 set => this.templateName.Value = value;
36 get => this.contractId.Value;
37 set => this.contractId.Value = value;
43 return this.TemplateName +
": " + this.
ContractId;
override string ToString()
string ContractId
Contract ID
string TemplateName
Template Name
TemplateReferenceModel(string TemplateName, string ContractId)
Template reference model
Abstract base class for view models
Generic class for properties