ViewField Class |
Namespace: Colygon.MatchPoint.Common.Caml
public class ViewField : IEquatable<ViewField>
The ViewField type exposes the following members.
Name | Description | |
---|---|---|
ViewField | Initializes a new ViewField instance. | |
ViewField(Guid) | Initializes a new ViewField instance. | |
ViewField(String) | Initializes a new ViewField instance. | |
ViewField(String, Boolean) | Initializes a new ViewField instance. |
Name | Description | |
---|---|---|
Build |
Creates a FieldRef for this ViewField.
| |
Equals(Object) | (Overrides ObjectEquals(Object).) | |
Equals(ViewField) | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | (Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | (Overrides ObjectToString.) |
Name | Description | |
---|---|---|
FieldName | Specifies the field name. | |
Id | Specifies the field ID. | |
Nullable | Specifies whether the view field is nullable. |