Contains information about a RepositoryItem.
| C# | Visual Basic | Visual C++ |
public class RepoItemInfo : IReportMetadata
Public Class RepoItemInfo _ Implements IReportMetadata
public ref class RepoItemInfo : IReportMetadata
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| RepoItemInfo(RepoGenBaseFolder, String, RxPath, Duration, Nullable<(Of <(Boolean>)>), String) |
Creates a new instance.
| |
| RepoItemInfo(RepoGenBaseFolder, String, RxPath, Duration, Nullable<(Of <(Boolean>)>)) |
Creates a new instance.
| |
| AbsolutePath |
Gets the absolute path of the associated repository item.
| |
| CreateAdapter<(Of <(T>)>)(Boolean) |
Creates an adapter instance for the associated repository item.
| |
| CreateAdapters<(Of <(T>)>)()()() |
Creates adapter instances for all elements found for the associated repository item's path.
| |
| Equals(Object) | (Inherited from Object.) | |
| Exists()()() |
Returns a value specifying whether the element for the associated repository item exists.
| |
| Exists<(Of <(T>)>)(T%) |
Returns a value specifying whether the specified adapter for the associated
repository item exists.
| |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FullName |
Gets the name of the associated repository item preceded by the names of all
folders that are parents of this item in a namespace-like representation, i.e.
"AppFolder.RootedFolder.Folder.Item".
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetImage(String) |
Gets an image by ID.
| |
| GetImage(String, Rectangle) |
Crops the given image by the specified ID and rectangle.
| |
| GetMetaInfos()()() |
Returns a (non read-only!) dictionary of String key-value pairs
specifying meta data for a report.
| |
| GetType()()() | Gets the type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Name |
Gets the name of the associated repository item.
| |
| ParentFolder |
Gets the parent folder of the associated repository item.
| |
| Path |
Gets the path of the associated repository item.
| |
| SearchTimeout |
Gets the search timeout of the associated repository item.
| |
| ToString()()() |
Returns a string representation, i.e. the FullName, of this instance.
(Overrides Object.ToString()()().) | |
| UseEnsureVisible |
Gets the value set to UseEnsureVisible of
the adapter created for the associated repository item.
| |
| WaitForNotExists(Duration) |
Waits until the element for the associated repository item ceases to exist.
|
| Object | |
| RepoItemInfo | |
