QuickObjects.ObjectBase Send comments on this topic.
NameField Class Members
See Also  Properties  Methods 
Akal.QuickObjects.ObjectBase Namespace : NameField Class


The following tables list the members exposed by NameField.

Public Constructors

 NameDescription
Public ConstructorNameField ConstructorOverloaded. NameField

Default constructor for NameField class.  

Top

Public Properties

 NameDescription
Public PropertyNoSpaceValueNoSpaceValue

Gets the Value after replacing all spaces with value of SpaceReplacer.  

Public PropertySpaceReplacerSpaceReplacer

Used to replace spaces in the Value.  

Public PropertyValueValue

Stores the name as String.  

Top

Public Methods

 NameDescription
Public MethodToStringOverridden. ToString

Default constructor for NameField class.

Returns:
Type
System.String
 

Top

Public Operators

Public Operator Implicit Type Conversion Overloaded. String

This allows the developer to directly get the value of this field as String.

Parameters:
Description
fldNameField to convert

Top

See Also