Class SearchOrganizations
public class SearchOrganizations : Query<IEnumerable<OrganizationMatch>>, IQuery<IEnumerable<OrganizationMatch>>, IOrganizationCriteria
- Inheritance
-
SearchOrganizations
- Implements
- Inherited Members
- Extension Methods
Constructors
SearchOrganizations()
public SearchOrganizations()
Properties
CompanyNameContains
public string CompanyNameContains { get; set; }
Property Value
OrganizationCode
public string OrganizationCode { get; set; }