Click or drag to resize

FindAndReplaceItem Class

Represents a single entry for a find/replace action.
Inheritance Hierarchy
SystemObject
  Compiled.EDD.ScriptingFindAndReplaceItem

Namespace: Compiled.EDD.Scripting
Assembly: Compiled.EDD.Scripting (in Compiled.EDD.Scripting.dll) Version: 9.0.0.0-142fa9725
Syntax
C#
public class FindAndReplaceItem

The FindAndReplaceItem type exposes the following members.

Constructors
 NameDescription
Public methodFindAndReplaceItemInitializes a new instance of the FindAndReplaceItem class
Top
Properties
 NameDescription
Public propertyFind Gets or sets the string that should be found.
Public propertyReplace Gets or sets the string that should be replaced.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodFill Fills object's properties based on the string representation.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
Remarks
Can be used with ScriptOptions by adding a ListT property.
See Also