Click or drag to resize
ViewField Class
Specifies a view field that is included into a CAML query.
Inheritance Hierarchy
SystemObject
  Colygon.MatchPoint.Common.CamlViewField

Namespace: Colygon.MatchPoint.Common.Caml
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public class ViewField : IEquatable<ViewField>

The ViewField type exposes the following members.

Constructors
  NameDescription
Public methodViewField
Initializes a new ViewField instance.
Public methodViewField(Guid)
Initializes a new ViewField instance.
Public methodViewField(String)
Initializes a new ViewField instance.
Public methodViewField(String, Boolean)
Initializes a new ViewField instance.
Top
Methods
  NameDescription
Public methodBuild
Creates a FieldRef for this ViewField.
Public methodEquals(Object) (Overrides ObjectEquals(Object).)
Public methodEquals(ViewField)
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.)
Public methodGetHashCode (Overrides ObjectGetHashCode.)
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 fieldFieldName
Specifies the field name.
Public fieldId
Specifies the field ID.
Public fieldNullable
Specifies whether the view field is nullable.
Top
See Also