Show / Hide Table of Contents

Class ProjectEto

Inheritance
System.Object
ProjectEto
Namespace: Volo.Docs.Projects
Assembly: Volo.Docs.Domain.Shared.dll
Syntax
public class ProjectEto : object

Properties

DefaultDocumentName

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

DocumentStoreType

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

Format

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

Id

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

LatestVersionBranchName

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

MainWebsiteUrl

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

MinimumVersion

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

Name

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

NavigationDocumentName

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

ParametersDocumentName

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

ShortName

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

Extension Methods

AbpObjectExtensions.As<T>(Object)
AbpObjectExtensions.To<T>(Object)
AbpObjectExtensions.IsIn<T>(T, T[])
AbpObjectExtensions.If<T>(T, Boolean, Func<T, T>)
AbpObjectExtensions.If<T>(T, Boolean, Action<T>)
LockExtensions.Locking(Object, Action)
LockExtensions.Locking<T>(T, Action<T>)
LockExtensions.Locking<TResult>(Object, Func<TResult>)
LockExtensions.Locking<T, TResult>(T, Func<T, TResult>)
Back to top Powered by Volosoft