| BiMaterializeJobParameters Property |
Gets the parameters for this job
Namespace:
SanteDB.BI.Jobs
Assembly:
SanteDB.BI (in SanteDB.BI.dll) Version: 2.2.1
Syntax public IDictionary<string, Type> Parameters { get; }
Public ReadOnly Property Parameters As IDictionary(Of String, Type)
Get
public:
virtual property IDictionary<String^, Type^>^ Parameters {
IDictionary<String^, Type^>^ get () sealed;
}
abstract Parameters : IDictionary<string, Type> with get
override Parameters : IDictionary<string, Type> with get
Property Value
Type:
IDictionaryString,
TypeImplements
IJobParametersSee Also