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

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