protected virtual ProcessSchema CreateVwContactRelationshipEventsProcessSchema() { var schema = new VwContactRelationshipEventsProcessSchema(ProcessSchemaManager, this); schema.InitializePrimaryInfo(); return(schema); }
public VwContactRelationshipEventsProcessSchema(VwContactRelationshipEventsProcessSchema source) : base(source) { }