Class SessionEventParametersBuilder

Builder for ISessionEventParameters.

Inheritance
System.Object
SessionEventParametersBuilder
Implements
ISessionEventParametersBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: PushTechnology.ClientInterface.Client.Features.Metrics
Assembly: Diffusion.Client.dll
Syntax
public sealed class SessionEventParametersBuilder : ISessionEventParametersBuilder

Methods

After(Nullable<DateTime>)

Declaration
public ISessionEventParametersBuilder After(DateTime? time)
Parameters
Type Name Description
System.Nullable<System.DateTime> time
Returns
Type Description
ISessionEventParametersBuilder

Build()

Declaration
public ISessionEventParameters Build()
Returns
Type Description
ISessionEventParameters

Filter(String)

Declaration
public ISessionEventParametersBuilder Filter(string filter)
Parameters
Type Name Description
System.String filter
Returns
Type Description
ISessionEventParametersBuilder

Properties(String[])

Declaration
public ISessionEventParametersBuilder Properties(params string[] properties)
Parameters
Type Name Description
System.String[] properties
Returns
Type Description
ISessionEventParametersBuilder

ToString()

Declaration
public override string ToString()
Returns
Type Description
System.String
Overrides
System.Object.ToString()

Implements

ISessionEventParametersBuilder
Back to top