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