Edit

Share via


TaskPropertyBag Class

Definition

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

Constructors

TaskPropertyBag()

Fields

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

Methods

FetchEnvironmentVariables()
FetchProperties(ISchedulerStore)
PruneProperties() (Inherited from PropertyBag)
ReadNameValuePair(XmlReader, String, String, String) (Inherited from PropertyBag)
ReadXML(XmlReader)
SetEnvironmentVariable(String, String)
SetEnvironmentVariables(Dictionary<String,String>)
SetProperties(IEnumerable<StoreProperty>) (Inherited from PropertyBag)
WritePropertyXml(XmlWriter, XmlExportOptions) (Inherited from PropertyBag)
WriteXml(XmlWriter, XmlExportOptions)

Applies to