Class Helper
A collection of helper functions to process restrictions.
Inheritance
System.Object
Helper
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Helper
Methods
IsRestriction(Relation, out String, out Boolean)
Returns true if the given relation represents a restriction and
Declaration
public static bool IsRestriction(this Relation relation, out string vehicleType, out bool positive)
Parameters
|
Relation
relation
|
|
System.String
vehicleType
|
|
System.Boolean
positive
|
Returns
|
System.Boolean
|