C# 클래스 SensorbergSDK.Internal.Data.FileStorageHelper

파일 보기 프로젝트 열기: sensorberg-dev/windows10-sdk 1 사용 예제들

공개 메소드들

메소드 설명
ActionFromString ( string s ) : HistoryAction

Parse the given string to a HistoryAction.

ActionToString ( HistoryAction historyAction ) : string
ActionToString ( string uuid, string beaconPid, DateTimeOffset timestamp, BeaconEventType beaconEventType, string location ) : string
ActionsFromStrings ( IList strings ) : List
ActionsToString ( List fileActions ) : string
BackoundEventsFromString ( string s ) : Dictionary>
BackoundEventsToString ( long>.Dictionary dic ) : string
BeaconActionFromString ( string s ) : BeaconAction
BeaconActionToString ( BeaconAction action ) : string
BeaconEventStateFromString ( string s ) : BackgroundEvent
BeaconEventStateToString ( string pid, BeaconEventType type, DateTimeOffset now ) : string
DelayedActionFromHelper ( DelayedActionHelper delayedActionHelper ) : DelayedActionData
DelayedActionToString ( DelayedActionHelper delayedActionHelper ) : string
DelayedActionToString ( ResolvedAction action, DateTimeOffset dueTime, string beaconPid, BeaconEventType beaconEventType, System.Guid guid, string location ) : string
DelayedActionToString ( ResolvedAction action, DateTimeOffset dueTime, string beaconPid, BeaconEventType beaconEventType, string location ) : string
DelayedActionToString ( string action, DateTimeOffset dueTime, bool executed, string guid, string location ) : string
DelayedActionsFromStrings ( IList strings ) : List
EventFromString ( string s ) : HistoryEvent

Parse the given string to a HistoryEvent.

EventToString ( HistoryEvent he ) : string

Creates from the given parameters a string.

EventsFromStrings ( IList strings ) : List

Parses the list of strings to a List of HistoryEvents.

SimpleDelayedActionFromString ( string s ) : DelayedActionHelper
ToHistoryAction ( string uuid, string beaconPid, DateTimeOffset now, BeaconEventType beaconEventType, string location ) : HistoryAction
ToHistoryEvent ( string pid, DateTimeOffset timestamp, BeaconEventType eventType, string location ) : HistoryEvent

비공개 메소드들

메소드 설명
ActionToString ( string uuid, string beaconPid, DateTimeOffset timestamp, int beaconEventType, bool delivered, bool background, string location ) : string

메소드 상세

ActionFromString() 공개 정적인 메소드

Parse the given string to a HistoryAction.
public static ActionFromString ( string s ) : HistoryAction
s string Comma separated string representing a HistoryAction.
리턴 HistoryAction

ActionToString() 공개 정적인 메소드

public static ActionToString ( HistoryAction historyAction ) : string
historyAction HistoryAction
리턴 string

ActionToString() 공개 정적인 메소드

public static ActionToString ( string uuid, string beaconPid, DateTimeOffset timestamp, BeaconEventType beaconEventType, string location ) : string
uuid string
beaconPid string
timestamp DateTimeOffset
beaconEventType BeaconEventType
location string
리턴 string

ActionsFromStrings() 공개 정적인 메소드

public static ActionsFromStrings ( IList strings ) : List
strings IList
리턴 List

ActionsToString() 공개 정적인 메소드

public static ActionsToString ( List fileActions ) : string
fileActions List
리턴 string

BackoundEventsFromString() 공개 정적인 메소드

public static BackoundEventsFromString ( string s ) : Dictionary>
s string
리턴 Dictionary>

BackoundEventsToString() 공개 정적인 메소드

public static BackoundEventsToString ( long>.Dictionary dic ) : string
dic long>.Dictionary
리턴 string

BeaconActionFromString() 공개 정적인 메소드

public static BeaconActionFromString ( string s ) : BeaconAction
s string
리턴 BeaconAction

BeaconActionToString() 공개 정적인 메소드

public static BeaconActionToString ( BeaconAction action ) : string
action BeaconAction
리턴 string

BeaconEventStateFromString() 공개 정적인 메소드

public static BeaconEventStateFromString ( string s ) : BackgroundEvent
s string
리턴 BackgroundEvent

BeaconEventStateToString() 공개 정적인 메소드

public static BeaconEventStateToString ( string pid, BeaconEventType type, DateTimeOffset now ) : string
pid string
type BeaconEventType
now DateTimeOffset
리턴 string

DelayedActionFromHelper() 공개 정적인 메소드

public static DelayedActionFromHelper ( DelayedActionHelper delayedActionHelper ) : DelayedActionData
delayedActionHelper DelayedActionHelper
리턴 DelayedActionData

DelayedActionToString() 공개 정적인 메소드

public static DelayedActionToString ( DelayedActionHelper delayedActionHelper ) : string
delayedActionHelper DelayedActionHelper
리턴 string

DelayedActionToString() 공개 정적인 메소드

public static DelayedActionToString ( ResolvedAction action, DateTimeOffset dueTime, string beaconPid, BeaconEventType beaconEventType, System.Guid guid, string location ) : string
action SensorbergSDK.Internal.Transport.ResolvedAction
dueTime DateTimeOffset
beaconPid string
beaconEventType BeaconEventType
guid System.Guid
location string
리턴 string

DelayedActionToString() 공개 정적인 메소드

public static DelayedActionToString ( ResolvedAction action, DateTimeOffset dueTime, string beaconPid, BeaconEventType beaconEventType, string location ) : string
action SensorbergSDK.Internal.Transport.ResolvedAction
dueTime DateTimeOffset
beaconPid string
beaconEventType BeaconEventType
location string
리턴 string

DelayedActionToString() 공개 정적인 메소드

public static DelayedActionToString ( string action, DateTimeOffset dueTime, bool executed, string guid, string location ) : string
action string
dueTime DateTimeOffset
executed bool
guid string
location string
리턴 string

DelayedActionsFromStrings() 공개 정적인 메소드

public static DelayedActionsFromStrings ( IList strings ) : List
strings IList
리턴 List

EventFromString() 공개 정적인 메소드

Parse the given string to a HistoryEvent.
public static EventFromString ( string s ) : HistoryEvent
s string Comma separated string representing a HistoryEvent.
리턴 HistoryEvent

EventToString() 공개 정적인 메소드

Creates from the given parameters a string.
public static EventToString ( HistoryEvent he ) : string
he HistoryEvent Historyevent to convert.
리턴 string

EventsFromStrings() 공개 정적인 메소드

Parses the list of strings to a List of HistoryEvents.
public static EventsFromStrings ( IList strings ) : List
strings IList List of string representing a HistoryEvent.
리턴 List

SimpleDelayedActionFromString() 공개 정적인 메소드

public static SimpleDelayedActionFromString ( string s ) : DelayedActionHelper
s string
리턴 DelayedActionHelper

ToHistoryAction() 공개 정적인 메소드

public static ToHistoryAction ( string uuid, string beaconPid, DateTimeOffset now, BeaconEventType beaconEventType, string location ) : HistoryAction
uuid string
beaconPid string
now DateTimeOffset
beaconEventType BeaconEventType
location string
리턴 HistoryAction

ToHistoryEvent() 공개 정적인 메소드

public static ToHistoryEvent ( string pid, DateTimeOffset timestamp, BeaconEventType eventType, string location ) : HistoryEvent
pid string
timestamp DateTimeOffset
eventType BeaconEventType
location string
리턴 HistoryEvent