InProgram class
Version Info: This topic applies to Episerver.ConnectForMarketingAutomation 4.0.0 and lower. For later versions, see Sample Connector - IMarketingConnector.
The InProgram class is the default implementation of an InProgram class.
- Inheritance hierarchy.
System.Object
DemoConnector.Models.InProgram - Namespace. DemoConnector.Models
- Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
- C# syntax.
public class InProgram
Constructor
Initializes a new instance of the InProgram class
- Namespace. DemoConnector.Models
- Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
- C# syntax.
public InProgram()
Properties
InProgram.EnteredDate property
The date the program was entered.
- Namespace. DemoConnector.Models
- Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
- Property value. Type: DateTime
- C# syntax.
public DateTime EnteredDate { get; set; }
InProgram.ExitedDate property
The date the program was exited.
- Namespace. DemoConnector.Models
- Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
- Property value. Type: Nullable<DateTime>
- C# syntax.
public Nullable<DateTime> ExitedDate { get; set; }
InProgram.ProgramId property
The program ID associated with the in InProgram object.
- Namespace. DemoConnector.Models
- Assembly. DemoConnector (in DemoConnector.dll) Version: 1.0.0.0
- Property value. Type: Int32
- C# syntax.
public int ProgramId { get; set; }
Last updated: Dec 09, 2015