Method | Description | |
---|---|---|
DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int |
Used to de-serialize data element.
|
|
SerializeToByteList ( ) : List |
Used to convert the element into a byte List.
|
|
StorageManifestDataElementData ( ) : System |
Initializes a new instance of the StorageManifestDataElementData class.
|
public DeserializeDataElementDataFromByteArray ( byte byteArray, int startIndex ) : int | ||
byteArray | byte | Byte array |
startIndex | int | Start position |
return | int |
public StorageManifestDataElementData ( ) : System | ||
return | System |