Interface IGetsTalAttributeSpecs
An object which gets Attribute
Namespace: ZptSharp.Tal
Assembly: ZptSharp.Abstractions.dll
Syntax
public interface IGetsTalAttributeSpecs
Properties
| Improve this Doc View SourceAttributes
Gets the attributes attribute spec
Declaration
AttributeSpec Attributes { get; }
Property Value
Type | Description |
---|---|
Attribute |
The attributes spec. |
Condition
Gets the condition attribute spec
Declaration
AttributeSpec Condition { get; }
Property Value
Type | Description |
---|---|
Attribute |
The condition spec. |
Content
Gets the content attribute spec
Declaration
AttributeSpec Content { get; }
Property Value
Type | Description |
---|---|
Attribute |
The content spec. |
Define
Gets the define attribute spec
Declaration
AttributeSpec Define { get; }
Property Value
Type | Description |
---|---|
Attribute |
The define spec. |
OmitTag
Gets the omit-tag attribute spec
Declaration
AttributeSpec OmitTag { get; }
Property Value
Type | Description |
---|---|
Attribute |
The omit-tag spec. |
OnError
Gets the on-error attribute spec
Declaration
AttributeSpec OnError { get; }
Property Value
Type | Description |
---|---|
Attribute |
The on-error spec. |
Repeat
Gets the repeat attribute spec
Declaration
AttributeSpec Repeat { get; }
Property Value
Type | Description |
---|---|
Attribute |
The repeat spec. |
Replace
Gets the replace attribute spec
Declaration
AttributeSpec Replace { get; }
Property Value
Type | Description |
---|---|
Attribute |
The replace spec. |