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