The base class for all generated repository folder classes.
| C# | Visual Basic | Visual C++ |
public abstract class RepoGenBaseFolder : IReportMetadata
Public MustInherit Class RepoGenBaseFolder _ Implements IReportMetadata
public ref class RepoGenBaseFolder abstract : IReportMetadata
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| RepoGenBaseFolder(String, String, RepoGenBaseFolder, Duration, Boolean, String, String) |
Initializes a new instance of the RepoGenBaseFolder class.
| |
| RepoGenBaseFolder(String, String, RepoGenBaseFolder, Duration, Boolean, String) |
Initializes a new instance of the RepoGenBaseFolder class.
| |
| RepoGenBaseFolder(String, String, RepoGenBaseFolder, Duration, Boolean) |
Initializes a new instance of the RepoGenBaseFolder class.
| |
| AbsoluteBasePath |
The absolute base path for the folder.
| |
| BasePath |
The base path for the folder.
| |
| BasePathString |
The base path for the folder as string.
| |
| CreateAdapterForPath<(Of <(T>)>)(String, String, Duration) |
Creates the adapter for path.
| |
| CreateAdapterForPath<(Of <(T>)>)(String, String, Duration, Nullable<(Of <(Boolean>)>)) |
Creates the adapter for path.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FolderElement |
Gets the folder element.
| |
| FolderElementValid |
Gets a value indicating whether the folder element is valid.
| |
| GetFolderElement(Boolean%) |
Gets the folder element and a value indicating whether the folder element was cached.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| 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.) | |
| ParentFolder |
The parent folder of this folder.
| |
| SearchTimeout |
Gets or sets the search timeout for the folder.
| |
| ToString()()() | Returns a string that represents the current object. (Inherited from Object.) | |
| UseCache |
Gets or sets a value indicating whether to cache the element corresponding to this folder.
|
| Object | |
| RepoGenBaseFolder | |
