C# Class Zetbox.Client.Reporting.Calendar.SheetDays

Inheritance: Zetbox.API.Common.Reporting.ReportTemplate
Mostrar archivo Open project: daszat/zetbox

Protected Properties

Property Type Description
end System.DateTime
events IEnumerable
start System.DateTime

Public Methods

Method Description
Call ( Arebis _host, IEnumerable events, System.DateTime start, System.DateTime end ) : void
Generate ( ) : void
SheetDays ( Arebis _host, IEnumerable events, System.DateTime start, System.DateTime end ) : System

Method Details

Call() public static method

public static Call ( Arebis _host, IEnumerable events, System.DateTime start, System.DateTime end ) : void
_host Arebis
events IEnumerable
start System.DateTime
end System.DateTime
return void

Generate() public method

public Generate ( ) : void
return void

SheetDays() public method

public SheetDays ( Arebis _host, IEnumerable events, System.DateTime start, System.DateTime end ) : System
_host Arebis
events IEnumerable
start System.DateTime
end System.DateTime
return System

Property Details

end protected_oe property

protected DateTime,System end
return System.DateTime

events protected_oe property

protected IEnumerable events
return IEnumerable

start protected_oe property

protected DateTime,System start
return System.DateTime