Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.

 

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

Extension Methods