SPFieldComputed Class

Definition

public ref class SPFieldComputed : Microsoft::SharePoint::SPField
[Microsoft.SharePoint.Client.ClientCallableType(Name="FieldComputed", ServerTypeId="{379B8994-F0E7-4c74-A1E6-185EB8600C3C}")]
[Microsoft.SharePoint.Client.SubsetCallableType]
public class SPFieldComputed : Microsoft.SharePoint.SPField
type SPFieldComputed = class
    inherit SPField
Public Class SPFieldComputed
Inherits SPField
Inheritance
SPFieldComputed
Attributes
ClientCallableTypeAttribute SubsetCallableTypeAttribute

Constructors

SPFieldComputed(SPFieldCollection, String)
SPFieldComputed(SPFieldCollection, String, String)

Properties

AggregationFunction (Inherited from SPField)
AllowDeletion (Inherited from SPField)
AuthoringInfo (Inherited from SPField)
CalloutMenu (Inherited from SPField)
CalloutMenuAllowed (Inherited from SPField)
CanBeDeleted (Inherited from SPField)
CanBeDisplayedInEditForm (Inherited from SPField)
CanToggleHidden (Inherited from SPField)
CompositeIndexable (Inherited from SPField)
DefaultFormula (Inherited from SPField)
DefaultListField (Inherited from SPField)
DefaultValue (Inherited from SPField)
DefaultValueTyped (Inherited from SPField)
Description (Inherited from SPField)
DescriptionResource (Inherited from SPField)
Direction (Inherited from SPField)
DisplaySize (Inherited from SPField)
EnableLookup
EnforceUniqueValues (Inherited from SPField)
EntityPropertyName (Inherited from SPField)
FieldReferences (Inherited from SPField)
FieldRenderingControl
FieldRenderingMobileControl
FieldRenderingMobileWebControl
FieldTypeDefinition (Inherited from SPField)
FieldValueType (Inherited from SPField)
Filterable (Inherited from SPField)
FilterableNoRecurrence (Inherited from SPField)
FromBaseType (Inherited from SPField)
Group (Inherited from SPField)
Hidden (Inherited from SPField)
Id (Inherited from SPField)
IMEMode (Inherited from SPField)
Indexable (Inherited from SPField)
Indexed (Inherited from SPField)
InternalName (Inherited from SPField)
JSLink (Inherited from SPField)
JumpToField (Inherited from SPField)
LinkToItem (Inherited from SPField)
LinkToItemAllowed (Inherited from SPField)
ListItemMenu (Inherited from SPField)
ListItemMenuAllowed (Inherited from SPField)
NoCrawl (Inherited from SPField)
ParentList (Inherited from SPField)
PIAttribute (Inherited from SPField)
PITarget (Inherited from SPField)
PreviewValueTyped (Inherited from SPField)
PrimaryPIAttribute (Inherited from SPField)
PrimaryPITarget (Inherited from SPField)
PushChangesToLists (Inherited from SPField)
ReadOnlyField (Inherited from SPField)
RelatedField (Inherited from SPField)
Reorderable (Inherited from SPField)
Required (Inherited from SPField)
SchemaXml (Inherited from SPField)
SchemaXmlWithResourceTokens (Inherited from SPField)
Scope (Inherited from SPField)
Sealed (Inherited from SPField)
ShowInDisplayForm (Inherited from SPField)
ShowInEditForm (Inherited from SPField)
ShowInListSettings (Inherited from SPField)
ShowInNewForm (Inherited from SPField)
ShowInVersionHistory (Inherited from SPField)
ShowInViewForms (Inherited from SPField)
Sortable (Inherited from SPField)
SourceId (Inherited from SPField)
StaticName (Inherited from SPField)
Title (Inherited from SPField)
TitleResource (Inherited from SPField)
TranslationXml (Inherited from SPField)
Type (Inherited from SPField)
TypeAsString (Inherited from SPField)
TypeDisplayName (Inherited from SPField)
TypeShortDescription (Inherited from SPField)
UsedInWebContentTypes (Inherited from SPField)
ValidationEcmaScript (Inherited from SPField)
ValidationFormula (Inherited from SPField)
ValidationMessage (Inherited from SPField)
Version (Inherited from SPField)
XPath (Inherited from SPField)

Methods

AnnotateField(XmlNode) (Inherited from SPField)
Delete() (Inherited from SPField)
GetCustomProperty(String) (Inherited from SPField)
GetFieldValue(String) (Inherited from SPField)
GetFieldValueAsHtml(Object) (Inherited from SPField)
GetFieldValueAsText(Object) (Inherited from SPField)
GetFieldValueForClientRender(SPItem, SPControlMode) (Inherited from SPField)
GetFieldValueForEdit(Object) (Inherited from SPField)
GetJsonClientFormFieldSchema(SPControlMode) (Inherited from SPField)
GetProperty(String) (Inherited from SPField)
GetValidatedString(Object) (Inherited from SPField)
HasValue(Object) (Inherited from SPField)
ListsFieldUsedIn() (Inherited from SPField)
OnAdded(SPAddFieldOptions) (Inherited from SPField)
OnAddingToContentType(SPContentType) (Inherited from SPField)
OnDeleting() (Inherited from SPField)
OnDeletingFromContentType(SPContentType) (Inherited from SPField)
OnInitFieldNode() (Inherited from SPField)
OnUpdated() (Inherited from SPField)
ParseAndSetValue(SPListItem, String) (Inherited from SPField)
ParseValue(SPListItem, String) (Inherited from SPField)
RenderFieldValueAsJson(Object) (Inherited from SPField)
RevertCustomizations() (Inherited from SPField)
SetCustomProperty(String, Object) (Inherited from SPField)
ToString() (Inherited from SPField)
Update() (Inherited from SPField)
Update(Boolean) (Inherited from SPField)
ValidateAndParseValue(SPListItem, String) (Inherited from SPField)
ValidateParseAndSetValue(SPListItem, String) (Inherited from SPField)

Applies to