Show / Hide Table of Contents

Class HandlerRequest

Base class for request types.

Inheritance
object
HandlerRequest
ChangeLogRequest
RepositoryFilesRequest
RetrieveFileListRequest
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenText.Fusion.AdapterSdk.Api
Assembly: OpenText.Fusion.AdapterSdk.Api.dll
Syntax
public abstract class HandlerRequest

Constructors

HandlerRequest(IRepositoryProperties)

Initializes a new instance of the HandlerRequest class.

Declaration
protected HandlerRequest(IRepositoryProperties repositoryProperties)
Parameters
Type Name Description
IRepositoryProperties repositoryProperties

The repository properties.

Properties

RepositoryProperties

Gets the repository properties.

Declaration
public IRepositoryProperties RepositoryProperties { get; }
Property Value
Type Description
IRepositoryProperties

The repository properties.

In this article
Back to top Generated by DocFX