Click or drag to resize

Factlet Class

Class that represents the outgoing network request for an OnDemand Factlet
Inheritance Hierarchy

Namespace:  Kratos_3.Network
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public class Factlet : DataRequest

The Factlet type exposes the following members.

Constructors
  NameDescription
Public methodFactlet(String)
Constructor
Public methodFactlet(String, Boolean)
Constructor
Top
Methods
  NameDescription
Public methodaddStringParameter(String, String)
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive
(Inherited from DataRequest.)
Public methodaddStringParameter(String, String, Boolean)
Add a parameter to the request. If request already has parameter by that name, changes the parameter's value Parameter names are case-insensitive
(Inherited from DataRequest.)
Public methodaddStringParameterIfNotCurrentlyPresent
Add a parameter to the request only if it is already not in the request. Parameter names are case-insensitive
(Inherited from DataRequest.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodErrorOnFetch (Inherited from DataRequest.)
Public methodFetch (Inherited from DataRequest.)
Public methodgetDataFrame
Create a dataframe appropriate for this factlet
Public methodgetDataTable (Inherited from DataRequest.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetNumberOfTries (Inherited from DataRequest.)
Public methodgetParameterList
Returns parameters in this data request, as a Dictionary
(Inherited from DataRequest.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodReceiveData(String)
Public methodReceiveData(String, Boolean) (Inherited from DataRequest.)
Public methodRetry (Inherited from DataRequest.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Public fieldfactletName
Factlet that is being requested
Public fieldresult
The string returned from the network
Top
See Also