|
CreateValidDefault(Boolean)
|
Creates a valid default value based on the defined type. If the AsList parameter is TRUE, this method returns a list value (AsList) containing correct values. This method ensures the created value will pass all the constraints and limits of the type definition
|
|
GetDefaultDynamic
|
Accessor method for the DefaultDynamic property
|
|
GetExtendedTypeInfo
|
Accessor method for the ExtendedTypeInfo property
|
|
GetInvalidValueString(IIEValue)
|
Returns a string describing why the Value parameter is NOT a valid value for this defined type. If the Value is valid for the type, this method returns an empty string
|
|
GetName
|
Accessor method for the Name property
|
|
GetSlotDefault
|
Accessor method for the SlotDefault property
|
|
GetSlotType
|
Accessor method for the SlotType property
|
|
GetTemplateName
|
Returns the name of the fact template that owns this slot
|
|
get_AsString
|
Represents method get_AsString.
|
|
get_DefaultDynamic
|
Represents method get_DefaultDynamic.
|
|
get_ExtendedTypeInfo
|
Represents method get_ExtendedTypeInfo.
|
|
get_Fuzzy
|
Represents method get_Fuzzy.
|
|
get_Name
|
Represents method get_Name.
|
|
get_SlotDefault
|
Represents method get_SlotDefault.
|
|
get_SlotType
|
Represents method get_SlotType.
|
|
IsFuzzy
|
Accessor method for the Fuzzy property
|
|
IsValid(IIEValue)
|
Returns TRUE if the specified Value is a valid value for the fact slot based on the type information
|
|
SetDefaultDynamic(Boolean)
|
Accessor method for the DefaultDynamic property
|
|
SetExtendedTypeInfo(IIEDefinedType)
|
Accessor method for the ExtendedTypeInfo property
|
|
SetName(TIEName)
|
Accessor method for the Name property
|
|
SetSlotDefault(IIEValue)
|
Accessor method for the SlotDefault property
|
|
SetSlotType(TIETypes)
|
Accessor method for the SlotType property
|
|
set_DefaultDynamic(Boolean)
|
Represents method set_DefaultDynamic(Boolean).
|
|
set_ExtendedTypeInfo(IIEDefinedType)
|
Represents method set_ExtendedTypeInfo(IIEDefinedType).
|
|
set_Name(TIEName)
|
Represents method set_Name(TIEName).
|
|
set_SlotDefault(IIEValue)
|
Represents method set_SlotDefault(IIEValue).
|
|
set_SlotType(TIETypes)
|
Represents method set_SlotType(TIETypes).
|
|
ToString
|
Returns a string representation of the fact slot
|