Méthode | Description | |
---|---|---|
GlobalPropertySettingsClass ( this assembly, string className = "MySettings", string displayName = "Settings display name", string description = "Description", bool isDefault = null, bool overwriteExistingSettings = true, string updateSettingsImplementation = "", string matchMethodBody = "return DisplayName.Equals(wrapper.DisplayName);" ) : |
||
TinyMceSettingsAttribute ( this assembly, string updateSettingsImplementation, string matchMethodBody, string className = "TinyMceSettingsAttribute", bool overwriteExistingSettings = true ) : |
public static GlobalPropertySettingsClass ( this assembly, string className = "MySettings", string displayName = "Settings display name", string description = "Description", bool isDefault = null, bool overwriteExistingSettings = true, string updateSettingsImplementation = "", string matchMethodBody = "return DisplayName.Equals(wrapper.DisplayName);" ) : |
||
assembly | this | |
className | string | |
displayName | string | |
description | string | |
isDefault | bool | |
overwriteExistingSettings | bool | |
updateSettingsImplementation | string | |
matchMethodBody | string | |
Résultat |
public static TinyMceSettingsAttribute ( this assembly, string updateSettingsImplementation, string matchMethodBody, string className = "TinyMceSettingsAttribute", bool overwriteExistingSettings = true ) : |
||
assembly | this | |
updateSettingsImplementation | string | |
matchMethodBody | string | |
className | string | |
overwriteExistingSettings | bool | |
Résultat |