Class ScriptEntry
Represents a script entry.
[Serializable]
public class ScriptEntry- Inheritance
- 
      
      ScriptEntry
- Extension Methods
Remarks
Used by ProfileDefinition.
Constructors
- ScriptEntry()
- Initializes a new instance of the ScriptEntry class. 
- ScriptEntry(ScriptEntry)
- Initializes a new instance of the ScriptEntry class using the specified script entry. 
Properties
- Description
- Gets or sets the description of the script. 
- Name
- Gets or sets the name of the Automation script. 
- Script
- Gets or sets the script. 
Methods
- Equals(ScriptEntry)
- Determines whether the specified ScriptEntry object is equal to the current object. 
- Equals(object)
- Determines whether the specified object is equal to the current object. 
- FiltersTo(ScriptEntry)
- Checks if this object qualifies for the specified filter. 
- GetHashCode()
- Calculates the hash code for this object.