C# Class HibernatingRhinos.Macto.Models.Commands.AddWarrantCommand

Inheritance: ICommand
Show file Open project: ayende/Macto

Public Methods

Method Description
AddWarrantCommand ( string inmateId, WarrantType warrantType, System.DateTime issueAt, System.DateTime effectiveFrom, string issuerId, string scanAttachmentId, System.TimeSpan duration ) : System
Execute ( ) : void

Method Details

AddWarrantCommand() public method

public AddWarrantCommand ( string inmateId, WarrantType warrantType, System.DateTime issueAt, System.DateTime effectiveFrom, string issuerId, string scanAttachmentId, System.TimeSpan duration ) : System
inmateId string
warrantType WarrantType
issueAt System.DateTime
effectiveFrom System.DateTime
issuerId string
scanAttachmentId string
duration System.TimeSpan
return System

Execute() public method

public Execute ( ) : void
return void