The following tables list the members exposed by AnnBatesNumber.
Public Constructors
Name | Description | |
---|---|---|
![]() ![]() |
AnnBatesNumber | Initializes a new AnnBatesNumber class object with default values. |
Public Methods
Name | Description | |
---|---|---|
![]() |
asString | Gets the current value of this AnnBatesNumber. The returned value's format is controlled by properties,such as those for the number of digits and starting number. |
![]() |
clone | Creates an exact copy of this IAnnBatesElement object. |
![]() |
onPropertyChanged | Raises the PropertyChanged event. |
![]() |
toString | Returns the value of FriendlyName property. |
Public Properties
Name | Description | |
---|---|---|
![]() |
autoIncrement | Gets or sets whether AnnBatesNumber is to increment starting from StartNumber value or randomly. |
![]() |
friendlyName | Gets the friendly name for this AnnBatesNumber. |
![]() |
numberOfDigits | Gets or sets the number of digits viewed for AnnBatesNumber. |
![]() |
prefixText | Gets or sets the starting text for this AnnBatesNumber. |
![]() |
startNumber | Gets or sets the AnnBatesNumber starting numerical value. |
![]() |
suffixText | Gets or sets the text you want to add as ending text of AnnBatesNumber. |
![]() |
useAllDigits | Gets or sets all the number of digits specified on NumberOfDigits property used to view AnnBatesNumber. |
Public Events
Name | Description | |
---|---|---|
![]() ![]() |
propertyChanged | Occurs when a property value changes.AnnPropertyChangedEventArgs |
See Also