Click or drag to resize

FieldValue Class

Specifies for a field value.
Inheritance Hierarchy

Namespace:  Colygon.MatchPoint.Provisioning.ObjectDefinitions
Assembly:  Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2019.2.1.0
Syntax
C#
[SerializableAttribute]
public class FieldValue : BaseFieldValue

The FieldValue type exposes the following members.

Constructors
  NameDescription
Public methodFieldValue
Initializes a new instance of the FieldValue class
Top
Methods
  NameDescription
Public methodApply (Overrides BaseFieldValueApply(ProvisioningContext, SPListItem).)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodStatic memberGetFieldValueFromString
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldName
Specifies the internal name or the title of the list field. CAUTION: if a string with invalid characters was used to create the field (e.g. a 'The Column') the internal name of the field contains escaped characters ('The_x0020_Column').
(Inherited from BaseFieldValue.)
Public fieldValue
Specifies the list field value.
Top
Remarks
This is a MatchPoint configuration class.
See Also