Search Results for

    Show / Hide Table of Contents

    Class ProjectTemplateInfo

    Holds information about a project template.

    Inheritance
    System.Object
    ProjectTemplateInfo
    Inherited Members
    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: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class ProjectTemplateInfo

    Constructors

    ProjectTemplateInfo()

    Declaration
    public ProjectTemplateInfo()

    Properties

    Description

    The description of the project.

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    Id

    The ID of the project template

    Declaration
    public Guid Id { get; set; }
    Property Value
    Type Description
    System.Guid

    Name

    The name of the project template.

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Uri

    The URI of the project template

    Declaration
    public Uri Uri { get; set; }
    Property Value
    Type Description
    System.Uri

    Methods

    ToString()

    returns the name of the template.

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    Back to top Generated by DocFX