Class Template
Inheritance
System.Object
Template
Assembly: RevelDigital.Player.RevelScript.dll
Syntax
Constructors
Template()
Declaration
Properties
BackColor
Declaration
public string BackColor { get; set; }
Property Value
Type |
Description |
System.String |
|
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
DisplayMode
Declaration
public int ? DisplayMode { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
GroupName
Declaration
public string GroupName { get; set; }
Property Value
Type |
Description |
System.String |
|
Height
Declaration
public int Height { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
InternalId
Declaration
public Guid InternalId { get; }
Property Value
Type |
Description |
System.Guid |
|
Modules
Declaration
[JsonProperty("module")]
public IList<Module> Modules { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IList<Module> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Orientation
Declaration
public int ? Orientation { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
Script
Declaration
public string Script { get; set; }
Property Value
Type |
Description |
System.String |
|
ScriptVars
Declaration
public IDictionary<string, string> ScriptVars { get; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.String> |
|
Width
Declaration
public int Width { get; set; }
Property Value
Type |
Description |
System.Int32 |
|