EntityImageCollection Constructors

Definition

Overloads

EntityImageCollection()

Initializes a new instance of the EntityImageCollection class.

EntityImageCollection(IDictionary<String,Entity>)

EntityImageCollection()

Initializes a new instance of the EntityImageCollection class.

public:
 EntityImageCollection();
public EntityImageCollection ();
Public Sub New ()

Applies to

EntityImageCollection(IDictionary<String,Entity>)

protected public:
 EntityImageCollection(System::Collections::Generic::IDictionary<System::String ^, Microsoft::Xrm::Sdk::Entity ^> ^ collection);
protected internal EntityImageCollection (System.Collections.Generic.IDictionary<string,Microsoft.Xrm.Sdk.Entity> collection);
new Microsoft.Xrm.Sdk.EntityImageCollection : System.Collections.Generic.IDictionary<string, Microsoft.Xrm.Sdk.Entity> -> Microsoft.Xrm.Sdk.EntityImageCollection
Protected Friend Sub New (collection As IDictionary(Of String, Entity))

Parameters

collection
IDictionary<String,Entity>

Applies to