Click or drag to resize
StringTypePredictor Class
When there some string value this class can predict the type of the value based on the string format
Inheritance Hierarchy
SystemObject
  FlexRule.DSLStringTypePredictor

Namespace: FlexRule.DSL
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
public class StringTypePredictor

The StringTypePredictor type exposes the following members.

Constructors
  NameDescription
Public methodStringTypePredictor
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
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 methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberGetType(String)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodStatic memberTryGetType
Public methodStatic memberTryGetTypeAndValue
Top
Exceptions
ExceptionCondition
ExceptionWhen it can not predict the type of string value
Examples
for example the string value may be "true" that can be a Boolean type or may be "349" and it will return Integer type
See Also