Class MailingListLabel
- Namespace
- Shift.Sdk.UI
- Assembly
- Shift.Sdk.dll
public class MailingListLabel
- Inheritance
-
MailingListLabel
- Inherited Members
-
- Extension Methods
-
Constructors
MailingListLabel()
public MailingListLabel()
Properties
Col1_City
public string Col1_City { get; set; }
Property Value
- string
Col1_FirstName
public string Col1_FirstName { get; set; }
Property Value
- string
Col1_LastName
public string Col1_LastName { get; set; }
Property Value
- string
Col1_PostalCode
public string Col1_PostalCode { get; set; }
Property Value
- string
Col1_Province
public string Col1_Province { get; set; }
Property Value
- string
Col1_Street1
public string Col1_Street1 { get; set; }
Property Value
- string
Col1_Street2
public string Col1_Street2 { get; set; }
Property Value
- string
Col2_City
public string Col2_City { get; set; }
Property Value
- string
Col2_FirstName
public string Col2_FirstName { get; set; }
Property Value
- string
Col2_LastName
public string Col2_LastName { get; set; }
Property Value
- string
Col2_PostalCode
public string Col2_PostalCode { get; set; }
Property Value
- string
Col2_Province
public string Col2_Province { get; set; }
Property Value
- string
Col2_Street1
public string Col2_Street1 { get; set; }
Property Value
- string
Col2_Street2
public string Col2_Street2 { get; set; }
Property Value
- string
Col3_City
public string Col3_City { get; set; }
Property Value
- string
Col3_FirstName
public string Col3_FirstName { get; set; }
Property Value
- string
Col3_LastName
public string Col3_LastName { get; set; }
Property Value
- string
Col3_PostalCode
public string Col3_PostalCode { get; set; }
Property Value
- string
Col3_Province
public string Col3_Province { get; set; }
Property Value
- string
Col3_Street1
public string Col3_Street1 { get; set; }
Property Value
- string
Col3_Street2
public string Col3_Street2 { get; set; }
Property Value
- string
RowNumber
public int RowNumber { get; set; }
Property Value
- int
Methods
GetLabels()
public static List<MailingListLabel> GetLabels()
Returns
- List<MailingListLabel>