Mastersign.ConfigModel
Show / Hide Table of Contents

Class ConfigModelBase

Inheritance
object
ConfigModelBase
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Mastersign.ConfigModel
Assembly: Mastersign.ConfigModel.dll
Syntax
public abstract class ConfigModelBase

Properties

ConfigModelIncludes

Declaration
[YamlMember(Alias = "$includes", DefaultValuesHandling = DefaultValuesHandling.OmitNull, ApplyNamingConventions = false)]
public List<string> ConfigModelIncludes { get; set; }
Property Value
Type Description
List<string>

ConfigModelStringSources

Declaration
[YamlMember(Alias = "$sources", DefaultValuesHandling = DefaultValuesHandling.OmitNull, ApplyNamingConventions = false)]
public Dictionary<string, string> ConfigModelStringSources { get; set; }
Property Value
Type Description
Dictionary<string, string>

Methods

GetLayers()

Declaration
public string[] GetLayers()
Returns
Type Description
string[]
In This Article
Back to top
mastersign