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

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