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

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