SPFieldNumber Methods
The SPFieldNumber type exposes the following members.
| Name | Description | |
|---|---|---|
|
Delete | Deletes the field. (Inherited from SPField.) |
|
Equals | (Inherited from Object.) |
|
Finalize | (Inherited from Object.) |
|
GetCustomProperty | Gets the value of custom property with the specified name. (Inherited from SPField.) |
|
GetFieldValue | Converts the specified value into a field type value object when the field type requires a complex data type that is different from the parent field type. (Overrides SPField.GetFieldValue(String).) |
|
GetFieldValueAsHtml(Object) | Gets the field value in HTML format in order to render the field value directly on the page. (Inherited from SPField.) |
|
GetFieldValueAsHtml(Double, CultureInfo, Boolean, SPNumberFormatTypes) | Returns the field value in HTML format based on the specified data, culture information, Boolean value, and number format in order to render the field value directly on the page. |
|
GetFieldValueAsText(Object) | Returns the field value as plain text. (Overrides SPField.GetFieldValueAsText(Object).) |
|
GetFieldValueAsText(Double, CultureInfo, Boolean, SPNumberFormatTypes) | Returns the field value as plain text based on the specified data, culture information, Boolean value, and number format. |
|
GetFieldValueForEdit | Returns the field value to render in Edit mode in Edit and New forms. (Overrides SPField.GetFieldValueForEdit(Object).) |
|
GetHashCode | (Inherited from Object.) |
|
GetProperty | Gets the value of the specified property. (Inherited from SPField.) |
|
GetType | (Inherited from Object.) |
|
GetValidatedString | Validates and converts the field value into a serialized form. (Inherited from SPField.) |
|
HasValue | Internal function used to verify whether an object is null or not. (Inherited from SPField.) |
|
ListsFieldUsedIn | Returns information about the Web sites and lists in which the current field is used. (Inherited from SPField.) |
|
MemberwiseClone | (Inherited from Object.) |
|
OnAdded | Handles the event that occurs after a field is added. (Inherited from SPField.) |
|
OnAddingToContentType | Handles the event that occurs when a field is added to a specified content type. (Inherited from SPField.) |
|
OnDeleting | Handles the event that occurs when a field is being deleted. (Inherited from SPField.) |
|
OnDeletingFromContentType | Handles the event that occurs when a field is deleted from a specified content type. (Inherited from SPField.) |
|
OnInitFieldNode | This member is reserved for internal use and is not intended to be used directly from your code. (Inherited from SPField.) |
|
OnUpdated | Handles the event that occurs after changes are made to a field. (Inherited from SPField.) |
|
ParseAndSetValue | Parses the specified string to a formatted double value and sets it as this field's value for the specified item. (Overrides SPField.ParseAndSetValue(SPListItem, String).) |
|
SetCustomProperty | Sets a value for the specified property. (Inherited from SPField.) |
|
ToString | Returns the title of the field. (Inherited from SPField.) |
|
Update() | Updates the database with changes that are made to the field. (Inherited from SPField.) |
|
Update(Boolean) | Updates the database with changes that are made to the field and optionally propagates the changes to lists that implement the field. (Inherited from SPField.) |