Namespace: Wnlib

Class SearchType

System.Object
  |
  +-- Wnlib.SearchType
All Implemented Interfaces:
System.IComparable

public class SearchType
extends System.Object
implements System.IComparable

Static
False
Persistent
False
Sealed
False
Abstract
False

Field Summary
  public  PointerType ptp
 
  public  bool rec
 
 

Property Summary
  public  string label
 
 

Constructor Summary
SearchType(string m)
 
SearchType(bool r, string t)
 
SearchType(bool r, PointerType p)
 
 

Method Summary
  public int CompareTo(object a)
 
  public bool Equals(object a)
 
  public int GetHashCode()
 
 

Field Detail

ptp

public PointerType ptp
Readonly
False
Volatile
False
Type
PointerType
Nullable
False
Const
False
New
False
Static
False

rec

public bool rec
Readonly
False
Volatile
False
Type
bool
Nullable
False
Const
False
New
False
Static
False

Property Detail

label

public string label
Has getter
True
Static
False
Virtual
False
Type
string
Extern
False
New
False
Has setter
False
Override
False
Sealed
False
Abstract
False

Constructor Detail

SearchType

public void SearchType(string m)
Static
False
Extern
False

SearchType

public void SearchType(bool r, string t)
Static
False
Extern
False

SearchType

public void SearchType(bool r, PointerType p)
Static
False
Extern
False

Method Detail

CompareTo

public int CompareTo(object a)
Returns
int
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
False
Abstract
False
Static
False

Equals

public bool Equals(object a)
Returns
bool
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
True
Abstract
False
Static
False

GetHashCode

public int GetHashCode()
Returns
int
Nullable
False
Virtual
False
New
False
Sealed
False
Extern
False
Override
True
Abstract
False
Static
False

Association Link

to Class PointerType

Supplier
PointerType
Client
ptp
Directed
False
Type
association