Search Results for

    Show / Hide Table of Contents

    Class ComposedLook

    Domain Object that defines a Composed Look in the Provision Template

    Inheritance
    System.Object
    BaseModel
    ComposedLook
    Inherited Members
    BaseModel.ParentTemplate
    Namespace: PnP.Framework.Provisioning.Model
    Assembly: PnP.Framework.dll
    Syntax
    public class ComposedLook : BaseModel, IProvisioningTemplateDescendant

    Constructors

    ComposedLook()

    Constructor for ComposedLook class

    Declaration
    public ComposedLook()

    Properties

    AlternateCSS

    Gets or sets the AlternateCSS

    Declaration
    public string AlternateCSS { get; set; }
    Property Value
    System.String

    BackgroundFile

    Gets or sets the Background Image

    Declaration
    public string BackgroundFile { get; set; }
    Property Value
    System.String

    ColorFile

    Gets or sets the ColorFile

    Declaration
    public string ColorFile { get; set; }
    Property Value
    System.String

    Empty

    Declaration
    public static ComposedLook Empty { get; }
    Property Value
    ComposedLook

    FontFile

    Gets or sets the FontFile

    Declaration
    public string FontFile { get; set; }
    Property Value
    System.String

    MasterPage

    Gets or sets the MasterPage for the Composed Look

    Declaration
    public string MasterPage { get; set; }
    Property Value
    System.String

    Name

    Gets or sets the Name

    Declaration
    public string Name { get; set; }
    Property Value
    System.String

    SiteLogo

    Gets or sets the Site Logo

    Declaration
    public string SiteLogo { get; set; }
    Property Value
    System.String

    Version

    Gets or sets the Version of the ComposedLook.

    Declaration
    public int Version { get; set; }
    Property Value
    System.Int32

    Methods

    Equals(ComposedLook)

    Compares ComposedLook object based on BackgroundFile, ColorFile, FontFile, Name and Version.

    Declaration
    public bool Equals(ComposedLook other)
    Parameters
    ComposedLook other

    ComposedLook object

    Returns
    System.Boolean

    true if the ComposedLook object is equal to the current object; otherwise, false.

    Equals(Object)

    Compares object with ComposedLook

    Declaration
    public override bool Equals(object obj)
    Parameters
    System.Object obj

    Object that represents ComposedLook

    Returns
    System.Boolean

    true if the current object is equal to the ComposedLook

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    System.Int32

    Returns HashCode

    IsEmptyOrBlank()

    Declaration
    public bool IsEmptyOrBlank()
    Returns
    System.Boolean

    Extension Methods

    ValidationExtensions.ValidateNotNullOrEmpty<T>(T, String)
    ObjectExtensions.Set<TObject, T>(TObject, Expression<Func<TObject, T>>, T, Boolean, Boolean)
    ObjectExtensions.GetPublicInstancePropertyValue(Object, String)
    ObjectExtensions.GetPublicInstanceProperty(Object, String)
    ObjectExtensions.SetPublicInstancePropertyValue(Object, String, Object)
    Extensions.ToByteArray(Object)
    Back to top PnP Framework
    Generated by DocFX with Material UI
    spacer