Property | Type | Description | |
---|---|---|---|
NoEntities | IEntity[] |
Method | Description | |
---|---|---|
AllEntitiesAre ( EntityType entityType ) : bool | ||
Ambiguous ( IEntity entities ) : System | ||
Ambiguous ( IList entities ) : System | ||
Any ( EntityPredicate predicate ) : bool | ||
Select ( EntityPredicate predicate ) : List |
||
ToString ( ) : string |
Method | Description | |
---|---|---|
ToArray ( IList entities ) : IEntity[] |
public AllEntitiesAre ( EntityType entityType ) : bool | ||
entityType | EntityType | |
return | bool |
public Ambiguous ( IEntity entities ) : System | ||
entities | IEntity | |
return | System |
public Any ( EntityPredicate predicate ) : bool | ||
predicate | EntityPredicate | |
return | bool |
public Select ( EntityPredicate predicate ) : List |
||
predicate | EntityPredicate | |
return | List |