CrmOrgList Class
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.
Describes the Collection of Orgs that a user may select from. This is used to display the list to the user
public ref class CrmOrgList : System::ComponentModel::INotifyPropertyChanged
public class CrmOrgList : System.ComponentModel.INotifyPropertyChanged
type CrmOrgList = class
interface INotifyPropertyChanged
Public Class CrmOrgList
Implements INotifyPropertyChanged
- Inheritance
-
CrmOrgList
- Implements
Constructors
CrmOrgList() |
Dictionary of Orgs. |
Properties
OrgsList |
List of Orgs |
Methods
DeterminOrgDataFromOrgInfo(CrmOrgList, String) |
returns ( if possible ) the org detail for a given organization name from the list of orgs in discovery |
Events
PropertyChanged |