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