Show / Hide Table of Contents

Class GlobalTemplatesInfo

Represents template information about the global templates.

Inheritance
System.Object
GlobalTemplatesInfo
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ClearCheck.esapi.Api
Assembly: cs.temp.dll.dll
Syntax
public class GlobalTemplatesInfo

Properties

DoseConstraintTemplates

Gets a list of dose constraint templates.

Declaration
public List<TemplateInfo> DoseConstraintTemplates { get; }
Property Value
Type Description
System.Collections.Generic.List<TemplateInfo>

PlanCheckTemplates

Gets a list of plan check templates.

Declaration
public List<TemplateInfo> PlanCheckTemplates { get; }
Property Value
Type Description
System.Collections.Generic.List<TemplateInfo>

ReportTemplates

Gets a list of the report templates.

Declaration
public List<string> ReportTemplates { get; }
Property Value
Type Description
System.Collections.Generic.List<System.String>

StructureCheckTemplates

Gets a list of structure check templates.

Declaration
public List<TemplateInfo> StructureCheckTemplates { get; }
Property Value
Type Description
System.Collections.Generic.List<TemplateInfo>
Back to top