Class AttributeToElement

Inheritance
System.Object
AttributeToElement
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 AttributeToElement

Constructors

AttributeToElement()

Declaration
public AttributeToElement()

Properties

Operand

Gets or sets the operand.

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

The operand.

Operator

Gets or sets the operator.

Declaration
public AttributeOperator? Operator { get; set; }
Property Value
Type Description
System.Nullable<AttributeOperator>

The operator.

Value

Gets or sets the value.

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

The value.

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()