CATPLMFastenerUseItf CATFstValidProcessorText

Usage: you can derive this class.


public class CATFstValidProcessorText

The validation processor for a text field input.

Role: CATFstValidProcessorText represents the general class of all the text validation processors. In order to customize the validation of a text field, one needs to derive from the CATFstValidProcessorText and to implement the validation behavior.


Constructor and Destructor Index


o CATFstValidProcessorText()
Constructs an empty CATFstValidProcessorText.
o ~CATFstValidProcessorText()

Method Index


o Validate(CATUnicodeString&)
Validates a text input.

Constructor and Destructor


o CATFstValidProcessorText
public CATFstValidProcessorText()
Constructs an empty CATFstValidProcessorText.
o ~CATFstValidProcessorText
public virtual ~CATFstValidProcessorText()

Methods


o Validate
public virtual Validate( iStrFilterInput)
Validates a text input.
Role: This method validates the string given as an input. This method needs to be implemented by the customer.
Parameters:
iStrFilterInput
[in] The string to be validated.
Returns:

Legal values:
TRUE
if the input is valid.
FALSE
if the input is invalid.

This object is included in the file: CATFstValidProcessorText.h
If needed, your Imakefile.mk should include the module: CATPLMFmaBrowseInterfaces

Copyright © 1999-2014, Dassault Systèmes. All rights reserved.