C# Class Cucumber.SimpleDb.Session.SessionSimpleDbItem

Inheritance: ISimpleDbItem, ISessionItem
Datei anzeigen Open project: rexm/SimpleDb.Net Class Usage Examples

Private Properties

Property Type Description
SessionSimpleDbItem System
SessionSimpleDbItem System

Public Methods

Method Description
Delete ( ) : void
DeleteWhen ( string attributeName, SimpleDbAttributeValue expectedValue ) : void
this ( string attributeName ) : SimpleDbAttributeValue

Private Methods

Method Description
SessionSimpleDbItem ( IInternalContext context, ISimpleDbDomain domain, System.Xml.Linq.XElement data, bool complete ) : System
SessionSimpleDbItem ( IInternalContext context, ISimpleDbDomain domain, string name, System.Xml.Linq.XElement data, bool complete ) : System

Method Details

Delete() public method

public Delete ( ) : void
return void

DeleteWhen() public method

public DeleteWhen ( string attributeName, SimpleDbAttributeValue expectedValue ) : void
attributeName string
expectedValue SimpleDbAttributeValue
return void

this() public method

public this ( string attributeName ) : SimpleDbAttributeValue
attributeName string
return SimpleDbAttributeValue