Class OrGeqAttribute
Inheritance
System.Object
OrGeqAttribute
Assembly: cs.temp.dll.dll
Syntax
public class OrGeqAttribute : Attribute, IAttributesLogicalOperator
Constructors
OrGeqAttribute(String[])
Declaration
public OrGeqAttribute(params string[] keys)
Parameters
| Type |
Name |
Description |
| System.String[] |
keys |
|
Properties
CChar
Declaration
public OperatorChar CChar { get; set; }
Property Value
| Type |
Description |
| OperatorChar |
|
Implements
Keys
Declaration
public string[] Keys { get; set; }
Property Value
| Type |
Description |
| System.String[] |
|
Implements
OChar
Declaration
public OperatorChar OChar { get; set; }
Property Value
| Type |
Description |
| OperatorChar |
|
Implements