CMSRegex MembersKentico 8.0 API Reference
The CMSRegex type exposes the following members.
Constructors

  NameDescription
Public methodCMSRegex(String, Boolean)
Constructor
Public methodCMSRegex(String, RegexOptions)
Constructor
Back to Top
Methods

  NameDescription
Protected methodCanInitialize
Returns true, if the object value can initialize
(Inherited from CMSLazy TValue .)
Public methodStatic memberEnsureCorrectOptions
Adds CultureInvariant option when there is ignore case to ensure correct behavior in Turkish culture.
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodStatic memberGetDefaultOptions
Gets the default options for a regular expression
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodIsMatch
Returns true if the given pattern is found within the input string
Public methodMatches
Searches the specified input for all recurrences of regular expression
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodNewValue
Creates a new value using the initializer
(Inherited from CMSLazy TValue .)
Public methodReplace
Replaces the specified pattern within the given input with the given replacement
Public methodReset
Resets the state of the object to re-initialize the value on the next request
(Inherited from CMSLazy TValue .)
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Fields

  NameDescription
Public fieldStatic memberIgnoreCase
Defines the options for ignoring case within regular expression
Back to Top
Properties

  NameDescription
Public propertyAllowCloneForNewThread
If true, the item is copied for the new thread
(Inherited from CMSLazy TValue .)
Protected propertyInitializer
Value initialization function
(Inherited from CMSLazy TValue .)
Public propertyIsValueCreated
Returns true if the value was already created
(Inherited from CMSLazy TValue .)
Public propertyRequestStockKey
Defines the key under which the object value should be stored in the request stock helper. If set, the object exists only within the particular request
(Inherited from CMSLazy TValue .)
Public propertyValue
Gets or sets the object value
(Inherited from CMSLazy TValue .)
Back to Top
See Also