Class ProjectDto
Assembly: Volo.Docs.Admin.Application.Contracts.dll
Syntax
public class ProjectDto : EntityDto<Guid>, IEntityDto<Guid>, IEntityDto, IHasConcurrencyStamp, IHasExtraProperties
Constructors
ProjectDto()
Declaration
Properties
ConcurrencyStamp
Declaration
public string ConcurrencyStamp { get; set; }
Property Value
DefaultDocumentName
Declaration
public string DefaultDocumentName { get; set; }
Property Value
DocumentStoreType
Declaration
public string DocumentStoreType { get; set; }
Property Value
Declaration
public ExtraPropertyDictionary ExtraProperties { get; set; }
Property Value
Declaration
public string Format { 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
Implements
Extension Methods