Search Results for

    Show / Hide Table of Contents

    Class ProjectTemplateInfo

    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

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

    Id

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

    Name

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

    Uri

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

    Methods

    ToString()

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

    On this page

    • Constructors
      • ProjectTemplateInfo()
    • Properties
      • Description
      • Id
      • Name
      • Uri
    • Methods
      • ToString()
    Back to top Generated by DocFX