Property | Type | Description | |
---|---|---|---|
NewMatchAnyId | Guid? |
Property | Type | Description | |
---|---|---|---|
Attribute | string | ||
AttributeDate | DateTime? | ||
AttributeGuid | System.Guid | ||
AttributeInt | int | ||
CheckInVisits | |||
CopyFrom | void | ||
ExpressionTree | |||
GetCodeIdValuePart | string | ||
GetExpression | |||
HasCurrentTag | |||
HasFailedEmails | |||
HasMemberDocs | |||
HasMyTag | |||
ImportClause | Condition | ||
InOneOfMyOrgs | |||
MedicalLength | |||
OrgLeadersOnly | |||
RecActiveOtherChurch | |||
RecInterestedCoaching | |||
RecentFlagAdded | Expression | ||
SavedQuery2 | Expression | ||
SetFirstPersonSameEmail | void | ||
SetIncludeDeceased | void | ||
SetParentsOf | void | ||
SetPlusParentsOf | void | ||
StatusFlag | Expression | ||
WriteAttributes | void |
Method | Description | |
---|---|---|
AddNewClause ( ) : Condition | ||
AddNewClause ( QueryType type, CompareType op, object value = null ) : Condition | ||
AddNewGroupClause ( ) : Condition | ||
Clone ( Condition parent = null, System.Guid useGuid = null ) : Condition | ||
CreateAllFalseGroup ( string name = null ) : Condition | ||
CreateAllGroup ( string name = null ) : Condition | ||
CreateNewGroupClause ( string name = null ) : Condition | ||
DeleteClause ( ) : void | ||
Import ( string text, string name = null, bool newGuids = false, System.Guid topguid = null ) : Condition | ||
IncrementLastRun ( ) : void | ||
MaxClauseOrder ( ) : int | ||
Parse ( string s ) : Condition | ||
Predicate ( CmsData.CMSDataContext db ) : bool>>.Expression |
||
ReorderClauses ( ) : void | ||
Reset ( ) : void | ||
Save ( CMSDataContext Db, bool increment = false, string owner = null ) : void | ||
SendToWriter ( XmlWriter w, bool newGuids = false, bool noGuids = false ) : void | ||
SetComparisonType ( CompareType value ) : void | ||
SetQueryType ( QueryType value ) : void | ||
StatusFlags ( CMSDataContext db ) : IEnumerable |
||
ToString ( ) : string | ||
ToXml ( bool newGuids = false, bool noGuids = false ) : string | ||
TryParse ( string s ) : object |
Method | Description | |
---|---|---|
Attribute ( XElement r, string attr, string def = null ) : string | ||
AttributeDate ( XElement r, string attr ) : DateTime? | ||
AttributeGuid ( XElement r, string attr ) : System.Guid | ||
AttributeInt ( XElement r, string attr ) : int | ||
CheckInVisits ( ) : |
||
CopyFrom ( Condition from ) : void | ||
ExpressionTree ( System.Linq.Expressions.ParameterExpression parm, CmsData.CMSDataContext Db ) : |
||
GetCodeIdValuePart ( string value, Part part ) : string | ||
GetExpression ( System.Linq.Expressions.ParameterExpression parm, CmsData.CMSDataContext Db ) : |
||
HasCurrentTag ( ) : |
||
HasFailedEmails ( ) : |
||
HasMemberDocs ( ) : |
||
HasMyTag ( ) : |
||
ImportClause ( XElement r, Condition p, bool newGuids, System.Guid topguid ) : Condition | ||
InOneOfMyOrgs ( ) : |
||
MedicalLength ( ) : |
||
OrgLeadersOnly ( CmsData.CMSDataContext db, System.Linq.Expressions.ParameterExpression parm ) : |
||
RecActiveOtherChurch ( ) : |
||
RecInterestedCoaching ( ) : |
||
RecentFlagAdded ( ) : Expression | ||
SavedQuery2 ( ) : Expression | ||
SetFirstPersonSameEmail ( CompareType op, bool tf ) : void | ||
SetIncludeDeceased ( ) : void | ||
SetParentsOf ( CompareType op, bool tf ) : void | ||
SetPlusParentsOf ( CompareType op, bool tf ) : void | ||
StatusFlag ( ) : Expression | ||
WriteAttributes ( XmlWriter w, bool newGuids = false, bool noGuids = false ) : void |
public AddNewClause ( QueryType type, CompareType op, object value = null ) : Condition | ||
type | QueryType | |
op | CompareType | |
value | object | |
return | Condition |
public Clone ( Condition parent = null, System.Guid useGuid = null ) : Condition | ||
parent | Condition | |
useGuid | System.Guid | |
return | Condition |
public static CreateAllFalseGroup ( string name = null ) : Condition | ||
name | string | |
return | Condition |
public static CreateAllGroup ( string name = null ) : Condition | ||
name | string | |
return | Condition |
public static CreateNewGroupClause ( string name = null ) : Condition | ||
name | string | |
return | Condition |
public static Import ( string text, string name = null, bool newGuids = false, System.Guid topguid = null ) : Condition | ||
text | string | |
name | string | |
newGuids | bool | |
topguid | System.Guid | |
return | Condition |
public Predicate ( CmsData.CMSDataContext db ) : bool>>.Expression |
||
db | CmsData.CMSDataContext | |
return | bool>>.Expression |
public Save ( CMSDataContext Db, bool increment = false, string owner = null ) : void | ||
Db | CMSDataContext | |
increment | bool | |
owner | string | |
return | void |
public SendToWriter ( XmlWriter w, bool newGuids = false, bool noGuids = false ) : void | ||
w | XmlWriter | |
newGuids | bool | |
noGuids | bool | |
return | void |
public SetComparisonType ( CompareType value ) : void | ||
value | CompareType | |
return | void |
public SetQueryType ( QueryType value ) : void | ||
value | QueryType | |
return | void |
public static StatusFlags ( CMSDataContext db ) : IEnumerable |
||
db | CMSDataContext | |
return | IEnumerable |
public ToXml ( bool newGuids = false, bool noGuids = false ) : string | ||
newGuids | bool | |
noGuids | bool | |
return | string |