Table of Contents

Class OrgGraphicBlock

Namespace
Sage.CRM.Blocks
Assembly
SageCRMNet.dll

The organizational graphic is an implementation of the Graphic Block that is used for organizational charting. These diagrams can be drawn from data supplied to them from an Application Extension or from data stored in a table. Other parameters can also be set to describe the look of the diagram. The most common use of these diagrams is to display an employee hierarchy for a company. Currently, all the parameters and data are set through the OrgTree command. As with the Graphics Block, the organizational graphic is recreated every time it is requested and can therefore be based on real time data.

public class OrgGraphicBlock : GraphicBlock
Inheritance
OrgGraphicBlock
Inherited Members

Constructors

OrgGraphicBlock()

Initializes a new instance of OrgGraphicBlock.

public OrgGraphicBlock()

OrgGraphicBlock(string)

Initializes a new instance of OrgGraphicBlock.

public OrgGraphicBlock(string blockName)

Parameters

blockName string

Block Name.

Methods

~OrgGraphicBlock()

Destructor for the OrgGraphicBlock object.

protected ~OrgGraphicBlock()

OrgTree(OrgTreeProperties, string)

Currently, all properties and data are set through the 'OrgTree' command. It returns a string value as is required for some of the commands that may be passed to it. Some of the commands alter the appearance whilst others may be used to obtain counts on the branches in use. Please refer to "Chapter - Adding Graphics and Charts" in the System Administration Guide for a more detailed explanation of the options.

public string OrgTree(OrgTreeProperties property, string value)

Parameters

property OrgTreeProperties

Sage.Graphics.OrgTreeProperties

value string

Returns

string

OrgTree(string, string)

Currently, all properties and data are set through the 'OrgTree' command. It returns a string value as is required for some of the commands that may be passed to it. Some of the commands alter the appearance whilst others may be used to obtain counts on the branches in use. Please refer to "Chapter - Adding Graphics and Charts" in the System Administration Guide for a more detailed explanation of the options.

public string OrgTree(string property, string value)

Parameters

property string
value string

Returns

string