Class ComposedLook
Domain Object that defines a Composed Look in the Provision Template
Inherited Members
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
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
|