Table of Contents

Class Report

Namespace
UFEDLib
Assembly
UFEDLib.dll
public class Report
Inheritance
Report
Inherited Members

Methods

GetModels(string)

public static List<string> GetModels(string fileName)

Parameters

fileName string

Returns

List<string>

GetSupportedModels()

public static List<string> GetSupportedModels()

Returns

List<string>

GetUnsupportedModels(string)

public static List<string> GetUnsupportedModels(string fileName)

Parameters

fileName string

Returns

List<string>

ParseActivitySensorData(string, IProgress<int>, bool)

public static List<ActivitySensorData> ParseActivitySensorData(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<ActivitySensorData>

ParseAdditionalFields(string)

public static List<(string name, string value)> ParseAdditionalFields(string filename)

Parameters

filename string

Returns

List<(string name, string value)>

ParseAdditionalFieldsToJson(string)

public static string ParseAdditionalFieldsToJson(string filename)

Parameters

filename string

Returns

string

ParseApplicationUsages(string, IProgress<int>, bool)

public static List<ApplicationUsage> ParseApplicationUsages(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<ApplicationUsage>

ParseAppsUsageLogs(string, IProgress<int>, bool)

public static List<AppsUsageLog> ParseAppsUsageLogs(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<AppsUsageLog>

ParseAutofills(string, IProgress<int>, bool)

public static List<Autofill> ParseAutofills(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Autofill>

ParseCalendarEntry(string, IProgress<int>, bool)

public static List<CalendarEntry> ParseCalendarEntry(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<CalendarEntry>

ParseCalls(string, IProgress<int>, bool)

public static List<Call> ParseCalls(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Call>

ParseCaseInformation(string)

public static List<(string name, string value)> ParseCaseInformation(string filename)

Parameters

filename string

Returns

List<(string name, string value)>

ParseCaseInformationToJson(string)

public static string ParseCaseInformationToJson(string filename)

Parameters

filename string

Returns

string

ParseCellTowers(string, IProgress<int>, bool)

public static List<CellTower> ParseCellTowers(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<CellTower>

ParseChats(string, IProgress<int>, bool)

public static List<Chat> ParseChats(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Chat>

ParseContacts(string, IProgress<int>, bool)

public static List<Contact> ParseContacts(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Contact>

ParseCookies(string, IProgress<int>, bool)

public static List<Cookie> ParseCookies(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Cookie>

ParseCreditCards(string, IProgress<int>, bool)

public static List<CreditCard> ParseCreditCards(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<CreditCard>

ParseData<T>(string, IProgress<int>, bool)

public static List<T> ParseData<T>(string filename, IProgress<int> progress = null, bool debugAttributes = false) where T : ModelBase, IUfedModelParser<T>, new()

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<T>

Type Parameters

T

ParseDeviceConnectivity(string, IProgress<int>, bool)

public static List<DeviceConnectivity> ParseDeviceConnectivity(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<DeviceConnectivity>

ParseDeviceEvent(string, IProgress<int>, bool)

public static List<DeviceEvent> ParseDeviceEvent(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<DeviceEvent>

ParseDeviceInfo(string)

public static List<(string name, string value)> ParseDeviceInfo(string filename)

Parameters

filename string

Returns

List<(string name, string value)>

ParseDeviceInfoEntry(string, IProgress<int>, bool)

public static List<DeviceInfoEntry> ParseDeviceInfoEntry(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<DeviceInfoEntry>

ParseDeviceInfoToJsonArray(string)

public static string ParseDeviceInfoToJsonArray(string filename)

Parameters

filename string

Returns

string

ParseDeviceInfoToJsonDictionary(string)

public static string ParseDeviceInfoToJsonDictionary(string filename)

Parameters

filename string

Returns

string

ParseDictionaryWords(string, IProgress<int>, bool)

public static List<DictionaryWord> ParseDictionaryWords(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<DictionaryWord>

ParseEmails(string, IProgress<int>, bool)

public static List<Email> ParseEmails(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Email>

ParseExtractionData(string)

public static List<(string name, string value)> ParseExtractionData(string filename)

Parameters

filename string

Returns

List<(string name, string value)>

ParseExtractionDataToJson(string)

public static string ParseExtractionDataToJson(string filename)

Parameters

filename string

Returns

string

ParseFileDownloads(string, IProgress<int>, bool)

public static List<FileDownload> ParseFileDownloads(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<FileDownload>

ParseFileUploads(string, IProgress<int>, bool)

public static List<FileUpload> ParseFileUploads(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<FileUpload>

ParseFinancialAccounts(string, IProgress<int>, bool)

public static List<FinancialAccount> ParseFinancialAccounts(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<FinancialAccount>

ParseInstalledApplications(string, IProgress<int>, bool)

public static List<InstalledApplication> ParseInstalledApplications(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<InstalledApplication>

ParseInstantMessages(string, IProgress<int>, bool)

public static List<InstantMessage> ParseInstantMessages(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<InstantMessage>

ParseJourneys(string, IProgress<int>, bool)

public static List<Journey> ParseJourneys(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Journey>

ParseLocations(string, IProgress<int>, bool)

public static List<Location> ParseLocations(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Location>

ParseLogEntries(string, IProgress<int>, bool)

public static List<LogEntry> ParseLogEntries(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<LogEntry>

ParseMobileCards(string, IProgress<int>, bool)

public static List<MobileCard> ParseMobileCards(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<MobileCard>

ParseNetworkUsage(string, IProgress<int>, bool)

public static List<NetworkUsage> ParseNetworkUsage(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<NetworkUsage>

ParseNotes(string, IProgress<int>, bool)

public static List<Note> ParseNotes(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Note>

ParseNotifications(string, IProgress<int>, bool)

public static List<Notification> ParseNotifications(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Notification>

ParsePasswords(string, IProgress<int>, bool)

public static List<Password> ParsePasswords(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Password>

ParsePoweringEvents(string, IProgress<int>, bool)

public static List<PoweringEvent> ParsePoweringEvents(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<PoweringEvent>

ParseProjectAttributes(string, IProgress<int>)

public static ProjectAttributes ParseProjectAttributes(string filename, IProgress<int> progress = null)

Parameters

filename string
progress IProgress<int>

Returns

ProjectAttributes

ParseProjectInfos(string)

public static ProjectInfos ParseProjectInfos(string filename)

Parameters

filename string

Returns

ProjectInfos

ParsePublicTransportationTickets(string, IProgress<int>, bool)

public static List<PublicTransportationTicket> ParsePublicTransportationTickets(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<PublicTransportationTicket>

ParseRecognizedDevices(string, IProgress<int>, bool)

public static List<RecognizedDevice> ParseRecognizedDevices(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<RecognizedDevice>

ParseRecordings(string, IProgress<int>, bool)

public static List<Recording> ParseRecordings(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Recording>

ParseSIMData(string, IProgress<int>, bool)

public static List<SIMData> ParseSIMData(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<SIMData>

ParseSearchedItems(string, IProgress<int>, bool)

public static List<SearchedItem> ParseSearchedItems(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<SearchedItem>

ParseSocialMediaActivities(string, IProgress<int>, bool)

public static List<SocialMediaActivity> ParseSocialMediaActivities(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<SocialMediaActivity>

ParseTransferOfFunds(string, IProgress<int>, bool)

public static List<TransferOfFunds> ParseTransferOfFunds(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<TransferOfFunds>

ParseUserAccounts(string, IProgress<int>, bool)

public static List<UserAccount> ParseUserAccounts(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<UserAccount>

ParseUsers(string, IProgress<int>, bool)

public static List<User> ParseUsers(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<User>

ParseVisitedPages(string, IProgress<int>, bool)

public static List<VisitedPage> ParseVisitedPages(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<VisitedPage>

ParseVoicemails(string, IProgress<int>, bool)

public static List<Voicemail> ParseVoicemails(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<Voicemail>

ParseWebBookmarks(string, IProgress<int>, bool)

public static List<WebBookmark> ParseWebBookmarks(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<WebBookmark>

ParseWirelessNetworks(string, IProgress<int>, bool)

public static List<WirelessNetwork> ParseWirelessNetworks(string filename, IProgress<int> progress = null, bool debugAttributes = false)

Parameters

filename string
progress IProgress<int>
debugAttributes bool

Returns

List<WirelessNetwork>