Edit

Share via


WorkItemTypeFieldInstanceBase Class

Definition

Base field instance for workItemType fields.

[System.Runtime.Serialization.DataContract]
public abstract class WorkItemTypeFieldInstanceBase : Microsoft.TeamFoundation.WorkItemTracking.WebApi.Models.WorkItemFieldReference
type WorkItemTypeFieldInstanceBase = class
    inherit WorkItemFieldReference
Public MustInherit Class WorkItemTypeFieldInstanceBase
Inherits WorkItemFieldReference
Inheritance
Microsoft.VisualStudio.Services.WebApi.BaseSecuredObject
WorkItemTypeFieldInstanceBase
Derived
Attributes

Constructors

WorkItemTypeFieldInstanceBase()
WorkItemTypeFieldInstanceBase(ISecuredObject)

Properties

AlwaysRequired

Indicates whether field value is always required.

DependentFields

The list of dependent fields.

Field

The field.

HelpText

Gets the help text for the field.

IsIdentity

flag which tells if current field is identity.

Name

The name of the field.

(Inherited from WorkItemFieldReference)
ReferenceName

The reference name of the field.

(Inherited from WorkItemFieldReference)
Url

The REST URL of the resource.

(Inherited from WorkItemFieldReference)

Methods

Equals(Object)

This function is called when JSON serializer tries to check circular reference for an object of this class. JSON serializer checks every member and their members if any of them is equal to this object and throws error. Without this function we were getting self loop error as serializer was using base class equal method and some member of this class were getting matched with base class object.

GetHashCode()

Applies to