IRuledEmbeddableContentFragmentType
is defined in the Telligent.Evolution.Extensibility.EmbeddableContent.Version2
namespace of Telligent.Evolution.Platform.dll
Definition
interface IRuledEmbeddableContentFragmentType : IEmbeddableContentFragmentType, IPlugin { void ExecutePropertyRule(string ruleName, IPropertyRuleExecutionOptions options); bool PropertyRuleExists(string ruleName); void RenderPropertyRule(string ruleName, TextWriter writer, IPropertyRuleRenderingOptions options); }
Methods
void ExecutePropertyRule(string ruleName, IPropertyRuleExecutionOptions options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
ruleName | string | Rule Name | Required | ||
options | IPropertyRuleExecutionOptions | Options | Required |
bool PropertyRuleExists(string ruleName);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
ruleName | string | Rule Name | Required |
Return Type
bool
void RenderPropertyRule(string ruleName, TextWriter writer, IPropertyRuleRenderingOptions options);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
ruleName | string | Rule Name | Required | ||
writer | TextWriter | Writer | Required | ||
options | IPropertyRuleRenderingOptions | Options | Required |