Show / Hide Table of Contents

Class JobFactory

Inheritance
object
JobFactory
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: EasySave_Project.Manager
Assembly: .dll
Syntax
public static class JobFactory

Methods

| Edit this page View Source

CreateJobModel(string, string, string, JobSaveTypeEnum)

Declaration
public static JobModel CreateJobModel(string name, string fileSource, string fileTarget, JobSaveTypeEnum jobSaveTypeEnum)
Parameters
Type Name Description
string name
string fileSource
string fileTarget
JobSaveTypeEnum jobSaveTypeEnum
Returns
Type Description
JobModel
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX