| Root | 
The RootRenderer type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AfterSerialization | |
|  | BeforeSerialization | Operations performed before the serialization | 
|  | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | 
|  | GetBoolValue(String) | Returns a parameter boolean value | 
|  | GetBoolValue(String, Boolean) | Returns a parameter boolean value with a default if it does not exist | 
|  | GetDoubleValue | Returns a parameter double value | 
|  | GetFileExtension | File name extension of the generated result | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object) | 
|  | GetNumericValue | Returns a parameter integer value | 
|  | GetRenderDisplayType | Type display name of the renderer | 
|  | GetRenderType | Type name of the renderer | 
|  | GetType | Gets the Type of the current instance. (Inherited from Object) | 
|  | GetValue | Returns the parameter value | 
|  | Init | Init the editor objects (Inherited from RootEditor) | 
|  | InitDefaultValues | Init the default values (Inherited from RootEditor) | 
|  | InitEditor | Init the editor objects and the default values (Inherited from RootEditor) | 
|  | InitParameters | Init all parameters with an option to reset their values | 
|  | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | 
|  | Serialize | Default serialization | 
|  | SetParameter(String, Boolean) | Set a parameter boolean value | 
|  | SetParameter(String, String) | Set a parameter value | 
|  | SetReadOnly | Set all properties to readonly (Inherited from RootEditor) | 
|  | ShouldSerializeCustomTemplate | |
|  | ShouldSerializeParameters | |
|  | ToString | (Overrides ObjectToString) | 
|  | UpdateEditor | Update editor attributes (Inherited from RootEditor) | 
|  | UpdateEditorAttributes | Refresh properties attrivutes (Inherited from RootEditor) | 
 See Also
See Also