View Source
Class GridEditor
Inheritance
System.Object
Assembly: Umbraco.Core.dll
Syntax
public class GridEditor : IGridEditorConfig
Constructors
View Source
GridEditor()
Declaration
Properties
View Source
Alias
Declaration
public string Alias { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Config
Declaration
public IDictionary<string, object> Config { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.IDictionary<System.String, System.Object> |
|
View Source
Icon
Declaration
public string Icon { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
NameTemplate
Declaration
public string NameTemplate { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
Render
Declaration
public string Render { get; set; }
Property Value
Type |
Description |
System.String |
|
View Source
View
Declaration
public string View { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
Equals(Object)
Determines whether the specified System.Object is equal to the current System.Object.
Declaration
public override bool Equals(object obj)
Parameters
Type |
Name |
Description |
System.Object |
obj |
The object to compare with the current object.
|
Returns
Type |
Description |
System.Boolean |
true if the specified object is equal to the current object; otherwise, false.
|
View Source
Equals(GridEditor)
Declaration
protected bool Equals(GridEditor other)
Parameters
Returns
Type |
Description |
System.Boolean |
|
View Source
GetHashCode()
Serves as a hash function for a particular type.
Declaration
public override int GetHashCode()
Returns
Type |
Description |
System.Int32 |
A hash code for the current System.Object.
|