VirtualColumn Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Controls.VirtualColumn

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

‘선언
Public Class VirtualColumn
public class VirtualColumn
public ref class VirtualColumn
type VirtualColumn =  class end
public class VirtualColumn

The VirtualColumn type exposes the following members.

Constructors

  Name Description
Public method VirtualColumn(String, String, Boolean, Boolean)
Public method VirtualColumn(String, String, Boolean, Object, Boolean)
Public method VirtualColumn(String, String, String, Boolean, Object, Boolean)

Top

Properties

  Name Description
Public property DatabaseDisplayField
Public property Display
Public property IsFaked
Public property IsRequired
Public property IsSpecialField
Public property IsUserField
Public property MappedDatabaseField
Public property SpecialFieldInfo

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 methodStatic member GetFakedColumnReferenceNamePrefix
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public methodStatic member GetNextFakedColumnReferenceName
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public methodStatic member IsFakedReferenceName
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.Controls Namespace