Class EditModel.EditProjectViewModelBase
Inheritance
System.Object
EditModel.EditProjectViewModelBase
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 EditProjectViewModelBase
Properties
DefaultDocumentName
Declaration
public string DefaultDocumentName { get; set; }
Property Value
Type |
Description |
System.String |
|
Format
Declaration
[Required]
[SelectItems("FormatTypes")]
public string Format { get; set; }
Property Value
Type |
Description |
System.String |
|
Id
Declaration
[Required]
public Guid Id { get; set; }
Property Value
Type |
Description |
System.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
[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 |
|
Extension Methods