Class AppEnvironment
Inheritance
System.Object
AppEnvironment
Assembly: LymeTemplateApi.Models.dll
Syntax
public class AppEnvironment : object
Properties
Api
Declaration
public string Api { get; set; }
Property Value
Type |
Description |
System.String |
|
BootstrapLabelCss
Declaration
public string BootstrapLabelCss { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Url
Declaration
public string Url { get; set; }
Property Value
Type |
Description |
System.String |
|