Class Declaration

Object representing single property inside style

Inheritance
System.Object
Declaration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: EPiServer.CssParsing
Assembly: EPiServer.Framework.dll
Version: 8.11.0
Syntax
public class Declaration

Constructors

Declaration()

Declaration
public Declaration()

Properties

Expression

Gets or sets the expression.

Declaration
public Expression Expression { get; set; }
Property Value
Type Description
Expression

The expression.

Important

Gets or sets a value indicating whether this Declaration is important.

Declaration
public bool Important { get; set; }
Property Value
Type Description
System.Boolean

true if important; otherwise, false.

Name

Gets or sets the name of the property.

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

The name.

Methods

ToString()

Returns a System.String that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A System.String that represents this instance.

Overrides
System.Object.ToString()