Class ProjectTemplateInfo
Holds information about a project template.
Inheritance
Object
ProjectTemplateInfo
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: Sdl.ProjectAutomation.Core
Assembly: Sdl.ProjectAutomation.Core.dll
Syntax
public class ProjectTemplateInfo
Constructors
ProjectTemplateInfo()
Holds information about a project template.
Declaration
public ProjectTemplateInfo()
Properties
Description
The description of the project.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
String |
Id
The ID of the project template
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
The name of the project template.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
String |
Uri
The URI of the project template
Declaration
public Uri Uri { get; set; }
Property Value
Type | Description |
---|---|
Uri |
Methods
ToString()
returns the name of the template.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
String |
Overrides
System.Object.ToString()