Class VersionInfoViewModel
Inheritance
System.Object
VersionInfoViewModel
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.Models
Assembly: Volo.Docs.Web.dll
Syntax
public class VersionInfoViewModel
Constructors
VersionInfoViewModel(String, String, Boolean)
Declaration
public VersionInfoViewModel(string displayText, string version, bool isSelected = false)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | displayText | |
| System.String | version | |
| System.Boolean | isSelected |
Properties
DisplayText
Declaration
public string DisplayText { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
Version
Declaration
public string Version { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |