NetFramework-SC.Data 0.0.7

There is a newer version of this package available.
See the version list below for details.
dotnet add package NetFramework-SC.Data --version 0.0.7
NuGet\Install-Package NetFramework-SC.Data -Version 0.0.7
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NetFramework-SC.Data" Version="0.0.7" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NetFramework-SC.Data --version 0.0.7
#r "nuget: NetFramework-SC.Data, 0.0.7"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NetFramework-SC.Data as a Cake Addin
#addin nuget:?package=NetFramework-SC.Data&version=0.0.7

// Install NetFramework-SC.Data as a Cake Tool
#tool nuget:?package=NetFramework-SC.Data&version=0.0.7

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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.

Version Downloads Last updated
0.0.8 1,606 7/24/2018
0.0.7 1,217 7/19/2018
0.0.6 1,033 7/15/2018
0.0.4 1,189 7/8/2018
0.0.3 1,238 7/3/2018
0.0.2 1,216 7/1/2018
0.0.1 1,369 6/18/2018
0.0.1-alpha 882 5/26/2018

First test package.