http://fmdc.no-ip.org/

Latest Release
+ FMDC 20060528


 

Use of Cookies

Interfaces - >FMDC.Interfaces.ISuppor0



Inidicates what is supported/required.
AD has to be added infront of every support name to indicate that it is supported.
RQ has to be added infront of every support name that is required by plugin to run. If RQ is added to name, AD is not allowed to be added to name.

Type Name Description Return
 
Properties
get; Supports Returns String Array with Supports names. Names must only contain CAPITAL letters from A to Z and numbers. Names are not allowed to start with numbers. string[]
Method
IsSupporting(string name) Shows if this class supports the specified support. Returns true if it is supported or required, else it will return false. bool
IsRequiring(string name) Shows if this class require support for the specified support. Shows if this class require support for the specified support. bool