Exemple #1
0
        protected virtual ProcessSchema CreateOpportunityCategoryEventsProcessSchema()
        {
            var schema = new OpportunityCategoryEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
Exemple #2
0
 public OpportunityCategoryEventsProcessSchema(OpportunityCategoryEventsProcessSchema source)
     : base(source)
 {
 }