London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

InProgram class

Version InfoThis 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 

  • NamespaceDemoConnector.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

  • NamespaceDemoConnector.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.

  • NamespaceDemoConnector.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.

  • NamespaceDemoConnector.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