Show / Hide Table of Contents

Class CreateModel.CreateProjectViewModelBase

Inheritance
System.Object
CreateModel.CreateProjectViewModelBase
CreateModel.CreateGithubProjectViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Docs.Admin.Pages.Docs.Admin.Projects
Assembly: Volo.Docs.Admin.Web.dll
Syntax
public abstract class CreateProjectViewModelBase

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
[Required]
[SelectItems("FormatTypes")]
public string Format { get; set; }
Property Value
Type Description
System.String

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
[Required]
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
[Required]
[InputInfoText("ShortNameInfoText")]
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