Class AndLeqAttribute
Inheritance
System.Object
AndLeqAttribute
Assembly: cs.temp.dll.dll
Syntax
public class AndLeqAttribute : Attribute, IAttributesLogicalOperator
Constructors
AndLeqAttribute(String[])
Declaration
public AndLeqAttribute(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