C# Class Cucumber.SimpleDb.Session.SessionSimpleDbItem

Inheritance: ISimpleDbItem, ISessionItem
Afficher le fichier Open project: rexm/SimpleDb.Net Class Usage Examples

Private Properties

Свойство Type Description
SessionSimpleDbItem System
SessionSimpleDbItem System

Méthodes publiques

Méthode Description
Delete ( ) : void
DeleteWhen ( string attributeName, SimpleDbAttributeValue expectedValue ) : void
this ( string attributeName ) : SimpleDbAttributeValue

Private Methods

Méthode 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 méthode

public Delete ( ) : void
Résultat void

DeleteWhen() public méthode

public DeleteWhen ( string attributeName, SimpleDbAttributeValue expectedValue ) : void
attributeName string
expectedValue SimpleDbAttributeValue
Résultat void

this() public méthode

public this ( string attributeName ) : SimpleDbAttributeValue
attributeName string
Résultat SimpleDbAttributeValue