Click or drag to resize
IdmResourceSetMultiValuedAttrT Method
Set 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 void SetMultiValuedAttr<T>(
	string attrName,
	out List<T> backingField,
	List<T> values
)
where T : new(), IdmResource

Parameters

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

Type Parameters

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