Expand Minimize

SPFieldRatingScale Transformation

Mappings for SharePoint class Microsoft.SharePoint.SPFieldRatingScale

Type Mapping

Constructors

Properties

SSOM System.Boolean get_CanBeDeleted()
CSOM Boolean Field.get_CanBeDeleted()
JSOM boolean SP.FieldRatingScale.get_canBeDeleted()
SSOM System.String get_DefaultValue()
CSOM String Field.get_DefaultValue()
JSOM string SP.FieldRatingScale.get_defaultValue()
SSOM System.String get_Description()
CSOM String Field.get_Description()
JSOM string SP.FieldRatingScale.get_description()
SSOM Microsoft.SharePoint.SPUserResource get_DescriptionResource()
CSOM UserResource Field.get_DescriptionResource()
SSOM System.String get_Direction()
CSOM String Field.get_Direction()
JSOM string SP.FieldRatingScale.get_direction()
SSOM System.Boolean get_EnforceUniqueValues()
CSOM Boolean Field.get_EnforceUniqueValues()
JSOM boolean SP.FieldRatingScale.get_enforceUniqueValues()
SSOM System.String get_EntityPropertyName()
CSOM String Field.get_EntityPropertyName()
JSOM string SP.FieldRatingScale.get_entityPropertyName()
SSOM System.Boolean get_Filterable()
CSOM Boolean Field.get_Filterable()
JSOM boolean SP.FieldRatingScale.get_filterable()
SSOM System.Boolean get_FromBaseType()
CSOM Boolean Field.get_FromBaseType()
JSOM boolean SP.FieldRatingScale.get_fromBaseType()
SSOM System.String get_Group()
CSOM String Field.get_Group()
JSOM string SP.FieldRatingScale.get_group()
SSOM System.Boolean get_Hidden()
CSOM Boolean Field.get_Hidden()
JSOM boolean SP.FieldRatingScale.get_hidden()
SSOM System.Guid get_Id()
CSOM Guid Field.get_Id()
JSOM Guid SP.FieldRatingScale.get_id()
SSOM System.Boolean get_Indexed()
CSOM Boolean Field.get_Indexed()
JSOM boolean SP.FieldRatingScale.get_indexed()
SSOM System.String get_InternalName()
CSOM String Field.get_InternalName()
JSOM string SP.FieldRatingScale.get_internalName()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.FieldRatingScale.get_jSLink()
SSOM System.Boolean get_ReadOnlyField()
CSOM Boolean Field.get_ReadOnlyField()
JSOM boolean SP.FieldRatingScale.get_readOnlyField()
SSOM System.Boolean get_Required()
CSOM Boolean Field.get_Required()
JSOM boolean SP.FieldRatingScale.get_required()
SSOM System.String get_SchemaXml()
CSOM String Field.get_SchemaXml()
JSOM string SP.FieldRatingScale.get_schemaXml()
SSOM System.String get_SchemaXmlWithResourceTokens()
CSOM String Field.get_SchemaXmlWithResourceTokens()
JSOM string SP.FieldRatingScale.get_schemaXmlWithResourceTokens()
SSOM System.String get_Scope()
CSOM String Field.get_Scope()
JSOM string SP.FieldRatingScale.get_scope()
SSOM System.Boolean get_Sealed()
CSOM Boolean Field.get_Sealed()
JSOM boolean SP.FieldRatingScale.get_sealed()
SSOM System.Boolean get_Sortable()
CSOM Boolean Field.get_Sortable()
JSOM boolean SP.FieldRatingScale.get_sortable()
SSOM System.String get_StaticName()
CSOM String Field.get_StaticName()
JSOM string SP.FieldRatingScale.get_staticName()
SSOM System.String get_Title()
CSOM String Field.get_Title()
JSOM string SP.FieldRatingScale.get_title()
SSOM Microsoft.SharePoint.SPUserResource get_TitleResource()
CSOM UserResource Field.get_TitleResource()
SSOM Microsoft.SharePoint.SPFieldType get_Type()
CSOM FieldType Field.get_FieldTypeKind()
JSOM FieldType SP.FieldRatingScale.get_fieldTypeKind()
SSOM System.String get_TypeAsString()
CSOM String Field.get_TypeAsString()
JSOM string SP.FieldRatingScale.get_typeAsString()
SSOM System.String get_TypeDisplayName()
CSOM String Field.get_TypeDisplayName()
JSOM string SP.FieldRatingScale.get_typeDisplayName()
SSOM System.String get_TypeShortDescription()
CSOM String Field.get_TypeShortDescription()
JSOM string SP.FieldRatingScale.get_typeShortDescription()
SSOM System.String get_ValidationFormula()
CSOM String Field.get_ValidationFormula()
JSOM string SP.FieldRatingScale.get_validationFormula()
SSOM System.String get_ValidationMessage()
CSOM String Field.get_ValidationMessage()
JSOM string SP.FieldRatingScale.get_validationMessage()
SSOM System.Void set_DefaultValue(System.String)
CSOM Field.set_DefaultValue(String)
JSOM SP.FieldRatingScale.set_defaultValue()
SSOM System.Void set_Description(System.String)
CSOM Field.set_Description(String)
JSOM SP.FieldRatingScale.set_description()
SSOM System.Void set_Direction(System.String)
CSOM Field.set_Direction(String)
JSOM SP.FieldRatingScale.set_direction()
SSOM System.Void set_EnforceUniqueValues(System.Boolean)
CSOM Field.set_EnforceUniqueValues(Boolean)
JSOM SP.FieldRatingScale.set_enforceUniqueValues()
SSOM System.Void set_Group(System.String)
CSOM Field.set_Group(String)
JSOM SP.FieldRatingScale.set_group()
SSOM System.Void set_Hidden(System.Boolean)
CSOM Field.set_Hidden(Boolean)
JSOM SP.FieldRatingScale.set_hidden()
SSOM System.Void set_Indexed(System.Boolean)
CSOM Field.set_Indexed(Boolean)
JSOM SP.FieldRatingScale.set_indexed()
SSOM System.Void set_JSLink(System.String)
CSOM Field.set_JSLink(String)
JSOM SP.FieldRatingScale.set_jSLink()
SSOM System.Void set_ReadOnlyField(System.Boolean)
CSOM Field.set_ReadOnlyField(Boolean)
JSOM SP.FieldRatingScale.set_readOnlyField()
SSOM System.Void set_Required(System.Boolean)
CSOM Field.set_Required(Boolean)
JSOM SP.FieldRatingScale.set_required()
SSOM System.Void set_SchemaXml(System.String)
CSOM Field.set_SchemaXml(String)
JSOM SP.FieldRatingScale.set_schemaXml()
SSOM System.Void set_StaticName(System.String)
CSOM Field.set_StaticName(String)
JSOM SP.FieldRatingScale.set_staticName()
SSOM System.Void set_Title(System.String)
CSOM Field.set_Title(String)
JSOM SP.FieldRatingScale.set_title()
SSOM System.Void set_Type(Microsoft.SharePoint.SPFieldType)
CSOM Field.set_FieldTypeKind(FieldType)
JSOM SP.FieldRatingScale.set_fieldTypeKind()
SSOM System.Void set_TypeAsString(System.String)
CSOM Field.set_TypeAsString(String)
JSOM SP.FieldRatingScale.set_typeAsString()
SSOM System.Void set_ValidationFormula(System.String)
CSOM Field.set_ValidationFormula(String)
JSOM SP.FieldRatingScale.set_validationFormula()
SSOM System.Void set_ValidationMessage(System.String)
CSOM Field.set_ValidationMessage(String)
JSOM SP.FieldRatingScale.set_validationMessage()
SSOM System.Collections.Specialized.StringCollection get_Choices()
CSOM String[] FieldMultiChoice.get_Choices()
JSOM Array SP.FieldRatingScale.get_choices()
SSOM System.Boolean get_FillInChoice()
CSOM Boolean FieldMultiChoice.get_FillInChoice()
JSOM boolean SP.FieldRatingScale.get_fillInChoice()
SSOM System.String get_JSLink()
CSOM String Field.get_JSLink()
JSOM string SP.FieldRatingScale.get_jSLink()
SSOM System.String get_Mappings()
CSOM String FieldMultiChoice.get_Mappings()
JSOM string SP.FieldRatingScale.get_mappings()
SSOM System.String[] get_MultiChoices()
CSOM String[] FieldMultiChoice.get_Choices()
JSOM Array SP.FieldRatingScale.get_choices()
SSOM System.Boolean get_Sortable()
CSOM Boolean Field.get_Sortable()
JSOM boolean SP.FieldRatingScale.get_sortable()
SSOM System.Void set_FillInChoice(System.Boolean)
CSOM FieldMultiChoice.set_FillInChoice(Boolean)
JSOM SP.FieldRatingScale.set_fillInChoice()
SSOM System.Void set_JSLink(System.String)
CSOM Field.set_JSLink(String)
JSOM SP.FieldRatingScale.set_jSLink()
SSOM System.Void set_MultiChoices(System.String[])
CSOM FieldMultiChoice.set_Choices(String[])
JSOM SP.FieldRatingScale.set_choices()
SSOM System.Boolean get_Filterable()
CSOM Boolean Field.get_Filterable()
JSOM boolean SP.FieldRatingScale.get_filterable()
SSOM System.Int32 get_GridEndNumber()
CSOM Int32 FieldRatingScale.get_GridEndNumber()
JSOM number SP.FieldRatingScale.get_gridEndNumber()
SSOM System.String get_GridNAOptionText()
CSOM String FieldRatingScale.get_GridNAOptionText()
JSOM string SP.FieldRatingScale.get_gridNAOptionText()
SSOM System.Int32 get_GridStartNumber()
CSOM Int32 FieldRatingScale.get_GridStartNumber()
JSOM number SP.FieldRatingScale.get_gridStartNumber()
SSOM System.String get_GridTextRangeAverage()
CSOM String FieldRatingScale.get_GridTextRangeAverage()
JSOM string SP.FieldRatingScale.get_gridTextRangeAverage()
SSOM System.String get_GridTextRangeHigh()
CSOM String FieldRatingScale.get_GridTextRangeHigh()
JSOM string SP.FieldRatingScale.get_gridTextRangeHigh()
SSOM System.String get_GridTextRangeLow()
CSOM String FieldRatingScale.get_GridTextRangeLow()
JSOM string SP.FieldRatingScale.get_gridTextRangeLow()
SSOM System.Int32 get_RangeCount()
CSOM Int32 FieldRatingScale.get_RangeCount()
JSOM number SP.FieldRatingScale.get_rangeCount()
SSOM System.Boolean get_Sortable()
CSOM Boolean Field.get_Sortable()
JSOM boolean SP.FieldRatingScale.get_sortable()
SSOM System.Void set_GridEndNumber(System.Int32)
CSOM FieldRatingScale.set_GridEndNumber(Int32)
JSOM SP.FieldRatingScale.set_gridEndNumber()
SSOM System.Void set_GridNAOptionText(System.String)
CSOM FieldRatingScale.set_GridNAOptionText(String)
JSOM SP.FieldRatingScale.set_gridNAOptionText()
SSOM System.Void set_GridStartNumber(System.Int32)
CSOM FieldRatingScale.set_GridStartNumber(Int32)
JSOM SP.FieldRatingScale.set_gridStartNumber()
SSOM System.Void set_GridTextRangeAverage(System.String)
CSOM FieldRatingScale.set_GridTextRangeAverage(String)
JSOM SP.FieldRatingScale.set_gridTextRangeAverage()
SSOM System.Void set_GridTextRangeHigh(System.String)
CSOM FieldRatingScale.set_GridTextRangeHigh(String)
JSOM SP.FieldRatingScale.set_gridTextRangeHigh()
SSOM System.Void set_GridTextRangeLow(System.String)
CSOM FieldRatingScale.set_GridTextRangeLow(String)
JSOM SP.FieldRatingScale.set_gridTextRangeLow()

Methods

SSOM System.Void Delete()
CSOM Field.DeleteObject()
JSOM SP.FieldRatingScale.deleteObject()
SSOM System.Void SetHidden(System.Boolean)
CSOM Field.set_Hidden(Boolean)
JSOM SP.FieldRatingScale.set_hidden()
SSOM System.Void SetShowInDisplayForm(System.Boolean)
CSOM Field.SetShowInDisplayForm(Boolean)
JSOM SP.FieldRatingScale.setShowInDisplayForm(boolean)
SSOM System.Void SetShowInEditForm(System.Boolean)
CSOM Field.SetShowInEditForm(Boolean)
JSOM SP.FieldRatingScale.setShowInEditForm(boolean)
SSOM System.Void SetShowInNewForm(System.Boolean)
CSOM Field.SetShowInNewForm(Boolean)
JSOM SP.FieldRatingScale.setShowInNewForm(boolean)
SSOM System.Void Update()
CSOM Field.Update()
JSOM SP.FieldRatingScale.update()
SSOM System.Void Update(System.Boolean)
CSOM Field.UpdateAndPushChanges(Boolean)
JSOM SP.FieldRatingScale.updateAndPushChanges(boolean)
SSOM System.Void UpdateCore(System.Boolean)
CSOM Field.Update()
JSOM SP.FieldRatingScale.update()
SSOM System.Void UpdateInWeb(System.Boolean)
CSOM Field.Update()
JSOM SP.FieldRatingScale.update()
SSOM System.Void UpdateSchemaXmlInWeb(System.String, System.Boolean, System.Boolean, System.String, System.Collections.Generic.List`1<System.String>, System.Collections.Generic.List`1<System.Guid>)
CSOM Field.Update()
JSOM SP.FieldRatingScale.update()
SSOM System.Void Update()
CSOM Field.Update()
JSOM SP.FieldRatingScale.update()
SSOM System.Void UpdateChoiceCollection(System.Collections.Specialized.StringCollection)
CSOM Field.Update()
JSOM SP.FieldRatingScale.update()
SSOM System.Void UpdateInternal()
CSOM Field.Update()
JSOM SP.FieldRatingScale.update()
Disclaimer: The views and opinions expressed in this documentation and in SPCAF do not necessarily reflect the opinions and recommendations of Microsoft or any member of Microsoft. SPCAF and RENCORE are registered trademarks of Rencore. All other trademarks, service marks, collective marks, copyrights, registered names, and marks used or cited by this documentation are the property of their respective owners.