Click or drag to resize
StorageHelper Class
Zet Universe

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:ZU.Constants.StorageHelper"]

Inheritance Hierarchy
SystemObject
  ZUStorageHelper

Namespace: ZU
Assemblies:  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
  ZU.Core.Developer (in ZU.Core.Developer.dll) Version: 2.0.5976.27963
Syntax
C#
public static class StorageHelper

The StorageHelper type exposes the following members.

Methods
Fields
  NameDescription
Public fieldStatic memberstrEDateFormat
Date Format
Public fieldStatic memberstrEDatePart
File name parts: Date Part
Public fieldStatic memberstrEIdPart
File name parts: Id Part
Public fieldStatic memberstrFilterE
Wildcard to load/watch entity (e.{id}.{yyyyMMddHHmmssff}.jsn)
Public fieldStatic memberstrFilterLE
Wildcard to load/watch List entity (e.list.{id}.{yyyyMMddHHmmssff}.jsn)
Public fieldStatic memberstrFilterLocationALE
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)
Public fieldStatic memberStrFilterLocationE
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)
Public fieldStatic memberstrFilterLocationLE
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)
Top
See Also

Reference