Skip to main content

Class FormDesignCss

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for FormDesignCss. Forms Design CSS class analysis result. Contains the CSS properties for a single named CSS class.

Inheritance

objectFormDesignCss

Inherited Members

object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

FormDesignCss()

Default constructor - defaults any enum props to 0.

Properties

CssClass

The CSS Class requested. e.g. ‘.foo’

Property Value

string

CssRule

Generated CSS style based on the analyzed design. e.g. ‘background: goldenrod; border-width: 12px; ‘

Property Value

string

State

Internal state of the AI analyzer. Pass along in the next call to GetNextFormDesignCss. No user-maintainable parts inside. Do not eat.

Property Value

string

See Also

AIAgent