コード例 #1
0
        protected virtual ProcessSchema CreateCampaignParticipantOpEventsProcessSchema()
        {
            var schema = new CampaignParticipantOpEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
コード例 #2
0
 public CampaignParticipantOpEventsProcessSchema(CampaignParticipantOpEventsProcessSchema source)
     : base(source)
 {
 }