CrmOrgList Class

Definition

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

Applies to