C# Class ThirdPartyDependency.ThirdPartyModule

An example third-party dependency
Exibir arquivo Open project: GSoft-SharePoint/Dynamite-2010

Public Methods

Method Description
HelloThirdParty ( ) : string

An example method that logs and returns a message containing the current assembly's version

Private Methods

Method Description
CreateDiagnosticCategory ( TraceSeverity traceSeverity, EventSeverity eventSeverity ) : SPDiagnosticsCategory

Method Details

HelloThirdParty() public static method

An example method that logs and returns a message containing the current assembly's version
public static HelloThirdParty ( ) : string
return string