The following tables list the members exposed by OmrDateField.
Public Constructors
Name | Description | |
---|---|---|
![]() |
OmrDateField | Initializes a new OmrDateField class object. |
Public Methods
Name | Description | |
---|---|---|
![]() |
Clone | Creates a copy of the field. |
![]() |
Process | Performs the processing of the field. |
Protected Methods
Name | Description | |
---|---|---|
![]() |
ReadXmlValues | Reads the data of OmrDateField from the XML string stored in _values_. |
![]() |
WriteXmlValues | Writes the OmrDateField class data into the specified XML _valuesElement_. |
Public Properties
Name | Description | |
---|---|---|
![]() |
Day | (Read only) Gets the value of the day after processing the field. |
![]() |
DayField | A BubbleWordField represents the Day Omr columns in the OmrDateField. |
![]() |
Month | (Read only) Gets the value of the month after processing the field. |
![]() |
MonthField | A SingleSelectionField represents the Month Omr column in the OmrDateField. |
![]() |
Result | (Read only) Gets the results of processing the field. |
![]() |
Year | (Read only) Gets the value of the year after processing the field. |
![]() |
YearField | A BubbleWordField represents the Year Omr columns in the OmrDateField. |
See Also