Method | Description | |
---|---|---|
Deserialize ( byte restrictionData ) : void |
Deserialize the OrRestriction data.
|
|
OrRestriction ( ) : System |
Initializes a new instance of the OrRestriction class.
|
|
Serialize ( ) : byte[] |
Serialize the Restriction data.
|
|
Size ( ) : int |
Get the size of the restriction data.
|
public Deserialize ( byte restrictionData ) : void | ||
restrictionData | byte | The restriction data. |
return | void |