CCNet.Extensions.Plugin.ShortDateLabeller.Run C# (CSharp) Method

Run() public method

public Run ( IIntegrationResult result ) : void
result IIntegrationResult
return void
		public void Run(IIntegrationResult result)
		{
			result.Label = Generate(result);
		}
	}
ShortDateLabeller