View Source
  Class GridEditor
  
  
  
  
    Inheritance
      System.Object
      
   
  
  Assembly: Umbraco.Core.dll
  Syntax
  
    [DataContract]
public class GridEditor : IGridEditorConfig
   
  Constructors
  
  
    View Source
  
  GridEditor()
  
  
  Declaration
  
  Properties
  
  
    View Source
  
  Alias
  
  
  Declaration
  
    [DataMember(Name = "alias", IsRequired = true)]
public string Alias { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Config
  
  
  Declaration
  
    [DataMember(Name = "config")]
public IDictionary<string, object> Config { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | IDictionary<System.String, System.Object> |  | 
    
  
  
    View Source
  
  Icon
  
  
  Declaration
  
    [DataMember(Name = "icon", IsRequired = true)]
public string Icon { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Name
  
  
  Declaration
  
    [DataMember(Name = "name", IsRequired = true)]
public string Name { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  NameTemplate
  
  
  Declaration
  
    [DataMember(Name = "nameTemplate")]
public string NameTemplate { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  Render
  
  
  Declaration
  
    [DataMember(Name = "render")]
public string Render { get; set; }
   
  Property Value
  
    
      
        | Type | Description | 
    
    
      
        | System.String |  | 
    
  
  
    View Source
  
  View
  
  
  Declaration
  
    [DataMember(Name = "view", IsRequired = true)]
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. |