C# 클래스 Stratosphere.Table.Condition

파일 보기 프로젝트 열기: petrohi/Stratosphere 1 사용 예제들

공개 메소드들

메소드 설명
And ( Condition c0, Condition c1 ) : Condition
And ( Condition c0, Condition c1, Condition c2 ) : Condition
And ( Condition c0, Condition c1, Condition c2, Condition c3 ) : Condition
And ( IEnumerable group ) : Condition
EveryAttribute ( AttributeCondition condition ) : Condition
Or ( Condition c0, Condition c1 ) : Condition
Or ( Condition c0, Condition c1, Condition c2 ) : Condition
Or ( Condition c0, Condition c1, Condition c2, Condition c3 ) : Condition
Or ( IEnumerable group ) : Condition
WithAttributeBetween ( string name, string lowerValue, string upperValue ) : Condition
WithAttributeIn ( string name, IEnumerable values ) : Condition
WithAttributeIsNotNull ( string key ) : Condition
WithAttributeIsNull ( string key ) : Condition
WithAttributeValue ( string>.KeyValuePair pair ) : Condition
WithAttributeValue ( string name, ValueTest test, string value ) : Condition
WithAttributeValue ( string name, string value ) : Condition
WithItemName ( string itemName ) : Condition

메소드 상세

And() 공개 정적인 메소드

public static And ( Condition c0, Condition c1 ) : Condition
c0 Condition
c1 Condition
리턴 Condition

And() 공개 정적인 메소드

public static And ( Condition c0, Condition c1, Condition c2 ) : Condition
c0 Condition
c1 Condition
c2 Condition
리턴 Condition

And() 공개 정적인 메소드

public static And ( Condition c0, Condition c1, Condition c2, Condition c3 ) : Condition
c0 Condition
c1 Condition
c2 Condition
c3 Condition
리턴 Condition

And() 공개 정적인 메소드

public static And ( IEnumerable group ) : Condition
group IEnumerable
리턴 Condition

EveryAttribute() 공개 정적인 메소드

public static EveryAttribute ( AttributeCondition condition ) : Condition
condition AttributeCondition
리턴 Condition

Or() 공개 정적인 메소드

public static Or ( Condition c0, Condition c1 ) : Condition
c0 Condition
c1 Condition
리턴 Condition

Or() 공개 정적인 메소드

public static Or ( Condition c0, Condition c1, Condition c2 ) : Condition
c0 Condition
c1 Condition
c2 Condition
리턴 Condition

Or() 공개 정적인 메소드

public static Or ( Condition c0, Condition c1, Condition c2, Condition c3 ) : Condition
c0 Condition
c1 Condition
c2 Condition
c3 Condition
리턴 Condition

Or() 공개 정적인 메소드

public static Or ( IEnumerable group ) : Condition
group IEnumerable
리턴 Condition

WithAttributeBetween() 공개 정적인 메소드

public static WithAttributeBetween ( string name, string lowerValue, string upperValue ) : Condition
name string
lowerValue string
upperValue string
리턴 Condition

WithAttributeIn() 공개 정적인 메소드

public static WithAttributeIn ( string name, IEnumerable values ) : Condition
name string
values IEnumerable
리턴 Condition

WithAttributeIsNotNull() 공개 정적인 메소드

public static WithAttributeIsNotNull ( string key ) : Condition
key string
리턴 Condition

WithAttributeIsNull() 공개 정적인 메소드

public static WithAttributeIsNull ( string key ) : Condition
key string
리턴 Condition

WithAttributeValue() 공개 정적인 메소드

public static WithAttributeValue ( string>.KeyValuePair pair ) : Condition
pair string>.KeyValuePair
리턴 Condition

WithAttributeValue() 공개 정적인 메소드

public static WithAttributeValue ( string name, ValueTest test, string value ) : Condition
name string
test ValueTest
value string
리턴 Condition

WithAttributeValue() 공개 정적인 메소드

public static WithAttributeValue ( string name, string value ) : Condition
name string
value string
리턴 Condition

WithItemName() 공개 정적인 메소드

public static WithItemName ( string itemName ) : Condition
itemName string
리턴 Condition