NetFramework-SC.Data
0.0.8
dotnet add package NetFramework-SC.Data --version 0.0.8
NuGet\Install-Package NetFramework-SC.Data -Version 0.0.8
<PackageReference Include="NetFramework-SC.Data" Version="0.0.8" />
paket add NetFramework-SC.Data --version 0.0.8
#r "nuget: NetFramework-SC.Data, 0.0.8"
// Install NetFramework-SC.Data as a Cake Addin #addin nuget:?package=NetFramework-SC.Data&version=0.0.8 // Install NetFramework-SC.Data as a Cake Tool #tool nuget:?package=NetFramework-SC.Data&version=0.0.8
NetFramework-SC.Data
<table> <tbody> <tr> <td><a href="#configuration">Configuration</a></td> <td><a href="#csvutils">CSVUtils</a></td> </tr> <tr> <td><a href="#ioutils">IOUtils</a></td> <td><a href="#oid">OID</a></td> </tr> <tr> <td><a href="#oidmap">OIDMap</a></td> </tr> </tbody> </table>
Configuration
Special Circumstances data configuration class.
#cctor
Default contructor.
Data
Contains active configuration data.
DefaultDataDirectory
Default data directory for storing data.
Initialize
Method for initializing static class.
Logger
Local log4net logger.
CSVUtils
CSV Utilities.
Logger
Local log4net logger.
ProcessOIDsFile(fileName, processOID, delimiter, hasHeader)
Process CSV file containing List of OIDs.
Name | Description |
---|---|
fileName | System.String<br>File to process. |
processOID | System.Func{SC.Data.OID,System.Boolean}<br>Function that process an OID. |
delimiter | System.String<br>CSV delimiter. |
hasHeader | System.Boolean<br>CSV file first row contains header. |
IOUtils
Special Circumstances IO utility static methods.
Logger
Local log4net logger.
ProcessLines(streamReader, processLine)
StreamReader line processor.
Name | Description |
---|---|
streamReader | System.IO.StreamReader<br>StreamReader to process. |
processLine | System.Func{System.String,System.Boolean}<br>Function for processing a line. |
Returns
Boolean return used for aggregating stats.
ProcessLines(fileName, processLine)
File line processor.
Name | Description |
---|---|
fileName | System.String<br>File to process. |
processLine | System.Func{System.String,System.Boolean}<br>Function for processing a line. |
Returns
Boolean return used for aggregating stats.
OID
Object identifier mechanism standardized by the International Telecommunications Union (ITU) and ISO/IEC for naming any object, concept, or "thing" with a globally unambiguous persistent name.
Extension
Identifier.
Root
Source of Identifier.
OIDMap
CsvHelper mapping class for OID class.
Constructor
Default constructors.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- CsvHelper (>= 7.1.1)
- NetFramework-SC (>= 0.0.8)
NuGet packages (4)
Showing the top 4 NuGet packages that depend on NetFramework-SC.Data:
Package | Downloads |
---|---|
NetFramework-SC.Data.Rest
Rest functionality for Special Circumstances play ground. |
|
NetFramework-SC.Elastic
AWS functionality for Special Circumstances play ground. |
|
NetFramework-SC.LastPass
LastPass functionality for Special Circumstances play ground. |
|
NetFramework-SC.KeePass
KeePass functionality for Special Circumstances play ground. |
GitHub repositories
This package is not used by any popular GitHub repositories.
First test package.