コード例 #1
0
ファイル: Brand.Base.cs プロジェクト: RogovArtem/CreatioTest
        protected virtual ProcessSchema CreateBrandEventsProcessSchema()
        {
            var schema = new BrandEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
コード例 #2
0
ファイル: Brand.Base.cs プロジェクト: RogovArtem/CreatioTest
 public BrandEventsProcessSchema(BrandEventsProcessSchema source)
     : base(source)
 {
 }