Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

MaskedEditSegment Members

MaskedEditSegment overview

Public Static (Shared) Methods

CreateChoiceSegment Creates a Choice segment.
CreateLiteralSegment Creates a Literal segment.
CreateMaskSegment Creates a Mask segment.
CreateNumberSegmentOverloaded. Creates a Number segment.

Public Instance Constructors

MaskedEditSegment Constructor Initializes a new instance of the MaskedEditSegment class.

Public Instance Properties

Choices Gets or sets the list of choices separated by '|' for this segment.
Decimals Specifies the desired number of decimal places for a Number segment.
IsRequired Gets or sets a value indicating whether this segment is required.
IsValid Gets a value indicating whether the input is valid.
Mask Gets or sets the mask for this segment.
MaxValue Gets or sets the maximum value of the segment.
MinValue Gets or sets the minimum value of the segment.
SegmentType Gets or sets the type of the segment.
Text Gets or sets the text of the segment.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

MaskedEditSegment Class | EO.Web Namespace


Direct link to this topic