Class ProjectEto
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
Constructors
ProjectEto()
Declaration
Properties
DefaultDocumentName
Declaration
public string DefaultDocumentName { get; set; }
Property Value
DocumentStoreType
Declaration
public string DocumentStoreType { get; set; }
Property Value
Declaration
public string Format { get; set; }
Property Value
Id
Declaration
public Guid Id { get; set; }
Property Value
LatestVersionBranchName
Declaration
public string LatestVersionBranchName { get; set; }
Property Value
MainWebsiteUrl
Declaration
public string MainWebsiteUrl { get; set; }
Property Value
MinimumVersion
Declaration
public string MinimumVersion { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
NavigationDocumentName
Declaration
public string NavigationDocumentName { get; set; }
Property Value
ParametersDocumentName
Declaration
public string ParametersDocumentName { get; set; }
Property Value
ShortName
Declaration
public string ShortName { get; set; }
Property Value
Extension Methods