Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
<DataMember()> _
Public Property conditions() As List(Of WorkflowTransitionCondition)
This language is not supported or no code example is available.
[DataMember()]
public List<WorkflowTransitionCondition> conditions {get; set;}
This language is not supported or no code example is available.
[DataMember()]
public:
property List<WorkflowTransitionCondition^>^ conditions {
List<WorkflowTransitionCondition^>^ get( );
void set(
List<WorkflowTransitionCondition^>^ value
);
}
This language is not supported or no code example is available.