Class ClassList
Class ClassList.
public class ClassList
- Inheritance
-
ClassList
- Inherited Members
Methods
Add(FieldIdentifier, EditContext)
Adds the specified field.
public ClassList Add(FieldIdentifier field, EditContext context)
Parameters
field
FieldIdentifierThe field.
context
EditContextThe context.
Returns
- ClassList
ClassList.
Add(IDictionary<string, object>)
Adds the specified attributes.
public ClassList Add(IDictionary<string, object> attributes)
Parameters
attributes
IDictionary<string, object>The attributes.
Returns
- ClassList
ClassList.
Add(IReadOnlyDictionary<string, object>)
Adds the specified attributes.
public ClassList Add(IReadOnlyDictionary<string, object> attributes)
Parameters
attributes
IReadOnlyDictionary<string, object>The attributes.
Returns
- ClassList
ClassList.
Add(string, bool)
Adds the specified class name.
public ClassList Add(string className, bool condition = true)
Parameters
Returns
- ClassList
ClassList.
AddDisabled(bool)
Adds the disabled.
public ClassList AddDisabled(bool condition = true)
Parameters
condition
boolif set to
true
[condition].
Returns
- ClassList
ClassList.
Create(string)
Creates the specified class name.
public static ClassList Create(string className = null)
Parameters
className
stringName of the class.
Returns
- ClassList
ClassList.
ToString()
Returns a string that represents this instance.
public override string ToString()