Click or drag to resize
XslFilter Class

[Missing <summary> documentation for "T:Activsoft.Dashboard.XslFilter"]

Inheritance Hierarchy
SystemObject
  System.Collections.GenericDictionaryString, String
    Activsoft.DashboardXslFilter

Namespace: Activsoft.Dashboard
Assembly: Activsoft.Dashboard (in Activsoft.Dashboard.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class XslFilter : Dictionary<string, string>, 
	IXslFilter

The XslFilter type exposes the following members.

Constructors
  NameDescription
Public methodXslFilter
Initializes a new instance of the XslFilter class
Top
Methods
  NameDescription
Public methodAdd
Adds the specified key and value to the dictionary.
(Inherited from DictionaryString, String.)
Public methodClear (Inherited from DictionaryString, String.)
Public methodContainsKey (Inherited from DictionaryString, String.)
Public methodContainsValue (Inherited from DictionaryString, String.)
Public methodEnd
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodFilter
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from DictionaryString, String.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetObjectData (Inherited from DictionaryString, String.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodInit
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnDeserialization
Implements the ISerializable interface and raises the deserialization event when the deserialization is complete.
(Inherited from DictionaryString, String.)
Public methodRemove (Inherited from DictionaryString, String.)
Public methodStart
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetValue
Gets the value associated with the specified key.
(Inherited from DictionaryString, String.)
Top
Properties
  NameDescription
Public propertyComparer (Inherited from DictionaryString, String.)
Public propertyCount (Inherited from DictionaryString, String.)
Public propertyFopCommandLine
Public propertyFopHome
Public propertyItem
Gets or sets the value associated with the specified key.
(Inherited from DictionaryString, String.)
Public propertyJavaHome
Public propertyJavascriptOutputDir
Public propertyKeys (Inherited from DictionaryString, String.)
Public propertyNeedEnd
Public propertyNeedStart
Public propertyTimeOut
Public propertyValues (Inherited from DictionaryString, String.)
Public propertyWorkingDir
Top
See Also