Set some workflow assocs
        Namespace:
Contracts.Data
        
Assembly: Contracts (in Contracts.dll)
	
		
	
	
	
				
			
	
			
				
				
				
					
				
					
			
		
		
		
			
	
			
				
				
				
					
				
					
			
		
		
			
	
			
				
				
				
					
				
					
			
		
		
		
		
	
  
	
	
	
	
	
	
		
  
	
	
						
			
			Assembly: Contracts (in Contracts.dll)
Public Shared Function SerializeWorkflowAssociations( _
ByVal workflow_assocs As Dictionary(Of EntityType, HashSet(Of EntityID)) _
) As Byte()
This language is not supported or no code example is available.
public static byte[] SerializeWorkflowAssociations(
Dictionary<EntityType, HashSet<EntityID>> workflow_assocs
)
This language is not supported or no code example is available.
public:
static array< Byte >^ SerializeWorkflowAssociations(
Dictionary<EntityType^, HashSet<EntityID^>^>^ workflow_assocs
)
This language is not supported or no code example is available.
Parameters
- workflow_assocs
 - 
		Type: Dictionary<EntityType, HashSet<EntityID>>