ItemReferenceData Class
Represents the reference data to a catalog item.
Inheritance Hierarchy
System.Object
ReportService2010.ItemReferenceData
Namespace: ReportService2010
Assembly: ReportService2010 (in ReportService2010.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ItemReferenceData
'Usage
Dim instance As ItemReferenceData
[SerializableAttribute]
public class ItemReferenceData
[SerializableAttribute]
public ref class ItemReferenceData
[<SerializableAttribute>]
type ItemReferenceData = class end
public class ItemReferenceData
The ItemReferenceData type exposes the following members.
Constructors
Name | Description | |
---|---|---|
ItemReferenceData | Creates a new instance of the ItemReferenceData class. |
Top
Properties
Name | Description | |
---|---|---|
Name | Gets or sets the name of the referenced catalog item in an item definition. | |
Reference | Gets or sets the fully qualified URL of the referenced item including the file name and, in SharePoint mode, the extension. | |
ReferenceType | Gets or sets the type of the referenced item. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (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.