Class CustomScriptEventBase
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: ArtOfTest.WebAii.Javascript
Assembly: ArtOfTest.WebAii.dll
Syntax
public abstract class CustomScriptEventBase : ScriptEventConstructors
CustomScriptEventBase()
Declaration
protected CustomScriptEventBase()Properties
Internal
Declaration
public Dictionary<string, string> Internal { get; set; }Property Value
| System.Collections.Generic.Dictionary<System.String, System.String> 
 | 
Item[String]
Declaration
public string this[string key] { get; set; }Parameters
| System.String
        key 
 | 
Property Value
| System.String 
 |