protected virtual ProcessSchema CreateOptionalFuncSspRoleEventsProcessSchema()
        {
            var schema = new OptionalFuncSspRoleEventsProcessSchema(ProcessSchemaManager, this);

            schema.InitializePrimaryInfo();
            return(schema);
        }
 public OptionalFuncSspRoleEventsProcessSchema(OptionalFuncSspRoleEventsProcessSchema source)
     : base(source)
 {
 }