Search Results for

    Show / Hide Table of Contents

    Class PersistedBranding

    Inheritance
    object
    PersistedBranding
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OEMS.UI.Services
    Assembly: OEMS.UI.dll
    Syntax
    public class PersistedBranding

    Properties

    LogoPath

    Declaration
    public string LogoPath { get; set; }
    Property Value
    Type Description
    string

    PrimaryColor

    Declaration
    public string PrimaryColor { get; set; }
    Property Value
    Type Description
    string

    SecondaryColor

    Declaration
    public string SecondaryColor { get; set; }
    Property Value
    Type Description
    string
    In this article
    Back to top Generated by DocFX