Method | Description | |
---|---|---|
HierarchyFilter ( byte content ) : System |
Initializes a new instance of the HierarchyFilter class
|
Method | Description | |
---|---|---|
SerializeFilterData ( List |
This method is used to convert the element into a byte List
|
public HierarchyFilter ( byte content ) : System | ||
content | byte | Specify the hierarchy filter contents. |
return | System |
protected SerializeFilterData ( List |
||
byteList | List |
Specify the byte list which will contain the filter data. |
return | void |