Пример #1
0
        protected virtual ProcessSchema CreateOpportunityCreateReasonEventsProcessSchema()
        {
            var schema = new OpportunityCreateReasonEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Пример #2
0
 public OpportunityCreateReasonEventsProcessSchema(OpportunityCreateReasonEventsProcessSchema source)
     : base(source)
 {
 }