C# Class Smrf.NodeXL.GraphDataProviders.NetworkDescriber

Version of SentenceConcatenator specialized with additional methods for describing a network.
Inheritance: SentenceConcatenator
Show file Open project: 2014-sed-team3/term-project

Public Methods

Method Description
AddEventTime ( String prefix, System.DateTime dateTimeUtc ) : void
AddNetworkLimit ( Int32 maximumObjects, String objectDescriptionPlural ) : void
AddNetworkTime ( String networkSource ) : void
AssertValid ( ) : void
FormatDuration ( System.DateTime startOfPeriodUtc, System.DateTime endOfPeriodUtc ) : String
FormatEventTime ( System.DateTime dateTimeUtc ) : String
NetworkDescriber ( ) : System

Initializes a new instance of the NetworkDescriber class.

Method Details

AddEventTime() public method

public AddEventTime ( String prefix, System.DateTime dateTimeUtc ) : void
prefix String
dateTimeUtc System.DateTime
return void

AddNetworkLimit() public method

public AddNetworkLimit ( Int32 maximumObjects, String objectDescriptionPlural ) : void
maximumObjects System.Int32
objectDescriptionPlural String
return void

AddNetworkTime() public method

public AddNetworkTime ( String networkSource ) : void
networkSource String
return void

AssertValid() public method

public AssertValid ( ) : void
return void

FormatDuration() public method

public FormatDuration ( System.DateTime startOfPeriodUtc, System.DateTime endOfPeriodUtc ) : String
startOfPeriodUtc System.DateTime
endOfPeriodUtc System.DateTime
return String

FormatEventTime() public method

public FormatEventTime ( System.DateTime dateTimeUtc ) : String
dateTimeUtc System.DateTime
return String

NetworkDescriber() public method

Initializes a new instance of the NetworkDescriber class.
public NetworkDescriber ( ) : System
return System