CatalogItem Class

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.Client.Reporting.CatalogItem

Namespace:  Microsoft.TeamFoundation.Client.Reporting
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
<SerializableAttribute> _
Public Class CatalogItem
[SerializableAttribute]
public class CatalogItem
[SerializableAttribute]
public ref class CatalogItem
[<SerializableAttribute>]
type CatalogItem =  class end
public class CatalogItem

The CatalogItem type exposes the following members.

Constructors

  Name Description
Public method CatalogItem

Top

Properties

  Name Description
Public property CreatedBy
Public property CreationDate
Public property CreationDateSpecified
Public property Description
Public property ExecutionDate
Public property ExecutionDateSpecified
Public property Hidden
Public property HiddenSpecified
Public property ID
Public property MimeType
Public property ModifiedBy
Public property ModifiedDate
Public property ModifiedDateSpecified
Public property Name
Public property Path
Public property Size
Public property SizeSpecified
Public property Type
Public property VirtualPath

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 Returns a string that represents the current object. (Inherited from Object.)

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.Client.Reporting Namespace