Show / Hide Table of Contents

Class CreateFilterPdaMessage

Session Create pda for a filter message

Inheritance
System.Object
CreateFilterPdaMessage
Namespace: MESL.SqlRace.Domain.Remoting.Messages
Assembly: MESL.SqlRace.Domain.dll
Syntax
public class CreateFilterPdaMessage : MessageBase

Constructors

CreateFilterPdaMessage(Guid, SessionKey, String, Guid, Guid, Double, Guid)

Session Create pda for a filter message

Declaration
public CreateFilterPdaMessage(Guid messageKey, SessionKey sessionId, string parameterIdentifier, Guid postProcessingFunctionId, Guid filterFunctionId, double cornerFrequency, Guid senderId)
Parameters
Type Name Description
System.Guid messageKey

Message key

MAT.OCS.Core.SessionKey sessionId

Session key

System.String parameterIdentifier

Parameter identifier of the pda to apply the filter on

System.Guid postProcessingFunctionId
System.Guid filterFunctionId
System.Double cornerFrequency

The corner frequency for the filter

System.Guid senderId

Unique sender id

Properties

CornerFrequency

Declaration
public double CornerFrequency { get; set; }
Property Value
Type Description
System.Double

FilterFunctionId

Declaration
public Guid FilterFunctionId { get; set; }
Property Value
Type Description
System.Guid

ParameterIdentifier

Declaration
public string ParameterIdentifier { get; set; }
Property Value
Type Description
System.String

PostProcessingFunctionId

Declaration
public Guid PostProcessingFunctionId { get; set; }
Property Value
Type Description
System.Guid

SenderId

Declaration
public Guid SenderId { get; }
Property Value
Type Description
System.Guid

SessionId

Declaration
public SessionKey SessionId { get; set; }
Property Value
Type Description
MAT.OCS.Core.SessionKey
Back to top Generated by DocFX