Class ScriptResources
Inheritance
System.Object
ScriptResources
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.Web
Assembly: Syncfusion.EJ.dll
Syntax
public class ScriptResources
Constructors
ScriptResources()
Declaration
public ScriptResources()
Properties
Items
Declaration
public static Dictionary<string, string> Items { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.Dictionary<System.String, System.String> |
RequiresImageConvertion
Gets a value indicating whether [requires image convertion].
Declaration
public static bool RequiresImageConvertion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Methods
Add(List<String>)
Declaration
public static void Add(List<string> value)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.List<System.String> | value |