CATPLMFastenerUseItf CATAFstValidProcessorText

Usage: you can derive this class.


public class CATAFstValidProcessorText

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 CATAFstValidProcessorText and to implement the validation behavior. CATAFstValidProcessorText is the adapter for CATFstValidProcessorText


Constructor and Destructor Index


o CATAFstValidProcessorText()
o ~CATAFstValidProcessorText()

Method Index


o Validate(CATUnicodeString&)
Validates a text input.

Constructor and Destructor


o CATAFstValidProcessorText
public CATAFstValidProcessorText()
o ~CATAFstValidProcessorText
public virtual ~CATAFstValidProcessorText()

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: CATAFstValidProcessorText.h
If needed, your Imakefile.mk should include the module: CATPLMFmaBrowseInterfaces

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