Beispiel #1
0
        protected virtual ProcessSchema CreateVwAccountRelationshipEventsProcessSchema()
        {
            var schema = new VwAccountRelationshipEventsProcessSchema(ProcessSchemaManager, this);

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