CheckinNoteFieldDefinition Members

Include Protected Members
Include Inherited Members

A field definition is used to define how a given named input is treated when it is applied to a given checkin note.

The CheckinNoteFieldDefinition type exposes the following members.

Constructors

 

Name

Description

Public method

CheckinNoteFieldDefinition

Top

Methods

 

Name

Description

Public method

Equals

Determines whether the specified Object is equal to the current Object. (Inherited from Object.)

Protected method

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)

Public method

GetHashCode

Serves as a hash function for a particular type. (Inherited from Object.)

Public method

GetType

Gets the type of the current instance. (Inherited from Object.)

Protected method

MemberwiseClone

Creates a shallow copy of the current Object. (Inherited from Object.)

Public method

ToString

(Overrides Object.ToString().)

Top

Properties

 

Name

Description

Public property

DisplayOrder

Gets or sets the DisplayOrder property.

Public propertyStatic member

DisplayOrderComparer

Gets the display-order based comparer object for FieldDefinition objects for display purposes. The comparison is culture sensitive and case insensitive.

Public property

Name

Public propertyStatic member

NameComparer

Gets the name-based comparer object for FieldDefinition objects for display purposes. The comparison is culture sensitive and case insensitive.

Public property

Required

true if the value must be supplied; false if the value may be left empty.

Public property

ServerItem

Gets or sets the server item the field is associated with.

Top

See Also

Reference

CheckinNoteFieldDefinition Class

Microsoft.TeamFoundation.VersionControl.Client Namespace