Coding Standards

This page contains coding standards specific to developing applications within the Application Forms framework.

Contents

Background

 The standards are expressed as

Application Forms applications means window, control or functional classes derived from classes, or mainly using classes, in the Ifs.Fnd.ApplicationForms.* namespace or the PPJ.Runtime.* namespace.

The Application Forms framework may at any time prevent violations to these guidelines by protecting members, adding runtime or design-time checks to the framework code.

Implementation Guidelines

Implementation Style

Apart from the instructions above which are specific to Application Forms, there are some general guidelines for C# implementations that should be taken into account. See: