EntityImageCollection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>