Project.GetProjectAttributeValues Method

Get attribute Values for a given list of jobs and list of attributes
Public Shared Function GetProjectAttributeValues( _ 
ByVal project_ids As HashSet(Of EntityID), _ 
ByVal attribute_ids As HashSet(Of EntityID), _ 
ByVal db As IDatabase
) As Dictionary(Of EntityID, List(Of Tuple(Of EntityID, AttributeValue)))
This language is not supported or no code example is available.
public static Dictionary<EntityID, List<Tuple<EntityID, AttributeValue>>> GetProjectAttributeValues( 
HashSet<EntityID> project_ids
HashSet<EntityID> attribute_ids
IDatabase db 
)
This language is not supported or no code example is available.
public:  
static Dictionary<EntityID^, List<Tuple<EntityID^, AttributeValue^>^>^>^ GetProjectAttributeValues( 
HashSet<EntityID^>^ project_ids
HashSet<EntityID^>^ attribute_ids
IDatabase^ db 
)
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Parameters

project_ids
HashSet<EntityID>

<default>

attribute_ids
HashSet<EntityID>

<default>

db
IDatabase

the database connection

Return Value

Dictionary<EntityID, List<Tuple<EntityID, AttributeValue>>>

the project information

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1

In this article

Definition