Interface IRequest
Describes request details.
Namespace: MAT.Atlas.Client.Platform.Data
Assembly: MAT.Atlas.Client.Platform.dll
Syntax
public interface IRequest
Properties
Parameter
Get the parameter.
Declaration
IDisplayParameter Parameter { get; }
Property Value
Type | Description |
---|---|
IDisplayParameter | Parameter associated to the data request. |
RequestId
Get request identifier.
Declaration
Guid RequestId { get; }
Property Value
Type | Description |
---|---|
System.Guid | Request identifier. |