RecipientMaster(Int32, Int32, String, String, String, String, Boolean, Boolean, Boolean, Boolean, Decimal) Constructor

Initializes a new instance of the RecipientMaster class

Definition

Namespace: MbcsCentral.WinTrm
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public RecipientMaster(
	int listId,
	int accountId,
	string listName,
	string companyIds,
	string buildingIds,
	string tenantTypes,
	bool ownerFilter,
	bool buildingFilter,
	bool typeFilter,
	bool arrearsFilter,
	decimal arrearsAmount
)

Parameters

listId  Int32
 
accountId  Int32
 
listName  String
 
companyIds  String
 
buildingIds  String
 
tenantTypes  String
 
ownerFilter  Boolean
 
buildingFilter  Boolean
 
typeFilter  Boolean
 
arrearsFilter  Boolean
 
arrearsAmount  Decimal
 

See Also