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: 7.6.1.3-5cb5c356
Syntax
C#
public class FindAndReplaceItem

The FindAndReplaceItem type exposes the following members.

Constructors
  NameDescription
Public methodFindAndReplaceItem
Initializes 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 methodEquals
Determines 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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Top
Remarks
Can be used with ScriptOptions by adding a ListT property.
See Also