C# Class Oda.SessionProperties

Generic properties collection for sessions
Show file Open project: CorbinDallas/Oda Class Usage Examples

Public Properties

Property Type Description
AccountId System.Guid
SessionId System.Guid

Private Properties

Property Type Description

Public Methods

Method Description
Add ( SessionProperty sessionProperty ) : void

Adds the specified session property.

AddRange ( SessionProperty sessionProperties ) : void

Adds the range.

Find ( Predicate match ) : SessionProperty

Finds the specified match.

Remove ( SessionProperty sessionProperty ) : bool

Removes the specified _session property.

SessionProperties ( System.Guid sessionId ) : System

Initializes a new instance of the SessionProperties class.

Method Details

Add() public method

Adds the specified session property.
public Add ( SessionProperty sessionProperty ) : void
sessionProperty SessionProperty The _session property.
return void

AddRange() public method

Adds the range.
public AddRange ( SessionProperty sessionProperties ) : void
sessionProperties SessionProperty The session properties.
return void

Find() public method

Finds the specified match.
public Find ( Predicate match ) : SessionProperty
match Predicate The match.
return SessionProperty

Remove() public method

Removes the specified _session property.
public Remove ( SessionProperty sessionProperty ) : bool
sessionProperty SessionProperty The _session property.
return bool

SessionProperties() public method

Initializes a new instance of the SessionProperties class.
public SessionProperties ( System.Guid sessionId ) : System
sessionId System.Guid The _session id.
return System

Property Details

AccountId public property

The accountId associated with these properties.
public Guid,System AccountId
return System.Guid

SessionId public property

The account associated with these properties.
public Guid,System SessionId
return System.Guid