C# 클래스 Cucumber.SimpleDb.Session.SessionSimpleDbItem

상속: ISimpleDbItem, ISessionItem
파일 보기 프로젝트 열기: rexm/SimpleDb.Net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
SessionSimpleDbItem System
SessionSimpleDbItem System

공개 메소드들

메소드 설명
Delete ( ) : void
DeleteWhen ( string attributeName, SimpleDbAttributeValue expectedValue ) : void
this ( string attributeName ) : SimpleDbAttributeValue

비공개 메소드들

메소드 설명
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

메소드 상세

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

DeleteWhen() 공개 메소드

public DeleteWhen ( string attributeName, SimpleDbAttributeValue expectedValue ) : void
attributeName string
expectedValue SimpleDbAttributeValue
리턴 void

this() 공개 메소드

public this ( string attributeName ) : SimpleDbAttributeValue
attributeName string
리턴 SimpleDbAttributeValue