Click or drag to resize
IdmResourceGetMultiValuedAttrT Method
Get the list of complex objects that is backing a multi-valued reference attribute in IdmNet.

Namespace: IdmNet.Models
Assembly: IdmNet (in IdmNet.dll) Version: 1.3.0.0 (1.3.0)
Syntax
public List<T> GetMultiValuedAttr<T>(
	string attrName,
	List<T> backingField
)
where T : new(), IdmResource

Parameters

attrName
Type: SystemString
Name of the multi-valued attribute to retrieve
backingField
Type: System.Collections.GenericListT
List of objects that contains the available representations for the references

Type Parameters

T
Complex Object's type, such as "Person" for a Group object's Owners

Return Value

Type: ListT
Strongly-typed list of values for the Attribute
See Also