Class CreateModel.CreateProjectViewModelBase
Inheritance
System.Object
CreateModel.CreateProjectViewModelBase
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()
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