Interface ISessionItemsWriter
Interface class to write the session items.
Inherited Members
System.Collections.Generic.IDictionary<System.String, System.String>.ContainsKey(System.String)
System.Collections.Generic.IDictionary<System.String, System.String>.Add(System.String, System.String)
System.Collections.Generic.IDictionary<System.String, System.String>.Remove(System.String)
System.Collections.Generic.IDictionary<System.String, System.String>.TryGetValue(System.String, System.String)
System.Collections.Generic.IDictionary<System.String, System.String>.Item[System.String]
System.Collections.Generic.IDictionary<System.String, System.String>.Keys
System.Collections.Generic.IDictionary<System.String, System.String>.Values
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Add(System.Collections.Generic.KeyValuePair<System.String, System.String>)
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Clear()
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Contains(System.Collections.Generic.KeyValuePair<System.String, System.String>)
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.CopyTo(System.Collections.Generic.KeyValuePair<System.String, System.String>[], System.Int32)
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Remove(System.Collections.Generic.KeyValuePair<System.String, System.String>)
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.Count
System.Collections.Generic.ICollection<System.Collections.Generic.KeyValuePair<System.String, System.String>>.IsReadOnly
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.String>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()
Namespace: MAT.AtlasSessionApi
Assembly: MAT.AtlasSessionApi.dll
Syntax
public interface ISessionItemsWriter : IDictionary<string, string>, ICollection<KeyValuePair<string, string>>, IEnumerable<KeyValuePair<string, string>>, IEnumerable
Properties
HasModifiedSessionItems
Is session details being modified?
Declaration
bool HasModifiedSessionItems { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
CommitSessionItems()
Commit session details.
Declaration
void CommitSessionItems()