Zeebe C# Client 2.5.0
C# Client to communicate with an Zeebe Gateway
Loading...
Searching...
No Matches
IDecisionRequirementsMetadata Interface Reference

Properties

string DmnDecisionRequirementsId [get]
 
string DmnDecisionRequirementsName [get]
 
Returns
the dmn name of the decision requirements, as parsed during deployment

 
int Version [get]
 
Returns
the assigned decision requirements version

 
long DecisionRequirementsKey [get]
 
string ResourceName [get]
 

Property Documentation

◆ DecisionRequirementsKey

long IDecisionRequirementsMetadata.DecisionRequirementsKey
get
Returns
the assigned decision requirements key, which acts as a unique identifier for this decision requirements

◆ DmnDecisionRequirementsId

string IDecisionRequirementsMetadata.DmnDecisionRequirementsId
get
Returns
the dmn decision requirements ID, as parsed during deployment; together with the versions forms a unique identifier for a specific decision

◆ ResourceName

string IDecisionRequirementsMetadata.ResourceName
get
Returns
the resource name (i.e. filename) from which this decision requirements was parsed

The documentation for this interface was generated from the following file: