Edit

Share via


JobPropertyBag Class

Definition

public class JobPropertyBag : Microsoft.Hpc.Scheduler.Store.PropertyBag
type JobPropertyBag = class
    inherit PropertyBag
Public Class JobPropertyBag
Inherits PropertyBag
Inheritance
JobPropertyBag

Constructors

JobPropertyBag()

Fields

_customProps (Inherited from PropertyBag)
_props (Inherited from PropertyBag)

Methods

AddTask(TaskPropertyBag)
FetchEnvironmentVariables()
FetchProperties(ISchedulerStore)
GetTaskDependencies()
GetTasks()
PruneProperties() (Inherited from PropertyBag)
ReadNameValuePair(XmlReader, String, String, String) (Inherited from PropertyBag)
ReadXML(XmlReader, XmlImportOptions)
ReconstructTaskGroups(IClusterTaskGroup, List<KeyValuePair<Int32,Int32>>, Dictionary<Int32,IClusterTaskGroup>)
ReconstructTaskGroupsEx(IClusterJob, IClusterTaskGroup, List<KeyValuePair<Int32,Int32>>, Dictionary<Int32,Int32>)
SetEnvironmentVariable(String, String)
SetEnvironmentVariables(Dictionary<String,String>)
SetProperties(IEnumerable<StoreProperty>) (Inherited from PropertyBag)
WritePropertyXml(XmlWriter, XmlExportOptions) (Inherited from PropertyBag)
WriteXml(XmlWriter, XmlExportOptions)

Applies to