StorageHelper Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:ZU.Constants.StorageHelper"]
Namespace: ZU
public static class StorageHelper
The StorageHelper type exposes the following members.
Name | Description | |
---|---|---|
GetBoundsFromStorageRecordKey | ||
GetChangeDateFromStorageRecordKey | ||
GetEntityStorageRecordKey |
Returns in the format [UID as ShortGUID]\[StorageRecordKey]
| |
GetEntityStorageRecordKeyWithoutUID |
Returns in the format [StorageRecordKey]
| |
GetIdFromStorageRecordKey | ||
GetSemanticActionFromStorageRecordKey | ||
MyRound |
Name | Description | |
---|---|---|
strEDateFormat |
Date Format
| |
strEDatePart |
File name parts: Date Part
| |
strEIdPart |
File name parts: Id Part
| |
strFilterE |
Wildcard to load/watch entity (e.{id}.{yyyyMMddHHmmssff}.jsn)
| |
strFilterLE |
Wildcard to load/watch List entity (e.list.{id}.{yyyyMMddHHmmssff}.jsn)
| |
strFilterLocationALE |
yyyyMMddHHmmssffffff
????????????????????
Wildcard to load/watch app source-bound List entity with its location, height and width, specified in the file name (e.list.{sa}.{id}.{Sxxxxxx},{Syyyyyy},{wwwwww},{hhhhhh}.{yyyyMMddHHmmssff}.{iiiiii}.jsn)
| |
StrFilterLocationE |
example: e.00f682a9-eb6e-40ad-9de9-ef1cd25726fb.001118,000454,000100,000100.20150104014537881.jsn
identifying blocks: e.{00f682a9-eb6e-40ad-9de9-ef1cd25726fb}.{001118},{000454},{000100},{000100}.{20150104014537881}.jsn
and so, our wildcard is below:
Wildcard to load/watch entity with its location, height and width, specified in the file name (e.{sa}.{id}.{Sxxxxxx},{Syyyyyy},{wwwwww},{hhhhhh}.{yyyyMMddHHmmssff}.{iiiiii}.jsn)
| |
strFilterLocationLE |
Wildcard to load/watch List entity with its location, height and width, specified in the file name (e.list.{sa}.{id}.{Sxxxxxx},{Syyyyyy},{wwwwww},{hhhhhh}.{yyyyMMddHHmmssff}.{iiiiii}.jsn)
|