 | BiMaterializeJobParameters Property |
Gets the parameters for this job
Namespace: SanteDB.BI.JobsAssembly: SanteDB.BI (in SanteDB.BI.dll) Version: 3.0.2081-alpha+df02e6253577ea261b120b9c6244730e71f51a20
Syntaxpublic 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
IDictionaryString,
TypeImplements
IJobParameters
See Also