Show / Hide Table of Contents

Class TalAttributeSpecProvider

Implementation of IGetsTalAttributeSpecs which gets attribute specifications for the TAL attributes.

Inheritance
System.Object
TalAttributeSpecProvider
Implements
IGetsTalAttributeSpecs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ZptSharp.Tal
Assembly: ZptSharp.dll
Syntax
public class TalAttributeSpecProvider : IGetsTalAttributeSpecs

Constructors

| Improve this Doc View Source

TalAttributeSpecProvider(IGetsWellKnownNamespace)

Initializes a new instance of the TalAttributeSpecProvider class.

Declaration
public TalAttributeSpecProvider(IGetsWellKnownNamespace namespaceProvider)
Parameters
Type Name Description
IGetsWellKnownNamespace namespaceProvider

Namespace provider.

Properties

| Improve this Doc View Source

Attributes

Gets the attributes attribute spec

Declaration
public AttributeSpec Attributes { get; }
Property Value
Type Description
AttributeSpec

The attributes spec.

| Improve this Doc View Source

Condition

Gets the condition attribute spec

Declaration
public AttributeSpec Condition { get; }
Property Value
Type Description
AttributeSpec

The condition spec.

| Improve this Doc View Source

Content

Gets the content attribute spec

Declaration
public AttributeSpec Content { get; }
Property Value
Type Description
AttributeSpec

The content spec.

| Improve this Doc View Source

Define

Gets the define attribute spec

Declaration
public AttributeSpec Define { get; }
Property Value
Type Description
AttributeSpec

The define spec.

| Improve this Doc View Source

OmitTag

Gets the omit-tag attribute spec

Declaration
public AttributeSpec OmitTag { get; }
Property Value
Type Description
AttributeSpec

The omit-tag spec.

| Improve this Doc View Source

OnError

Gets the on-error attribute spec

Declaration
public AttributeSpec OnError { get; }
Property Value
Type Description
AttributeSpec

The on-error spec.

| Improve this Doc View Source

Repeat

Gets the repeat attribute spec

Declaration
public AttributeSpec Repeat { get; }
Property Value
Type Description
AttributeSpec

The repeat spec.

| Improve this Doc View Source

Replace

Gets the replace attribute spec

Declaration
public AttributeSpec Replace { get; }
Property Value
Type Description
AttributeSpec

The replace spec.

Implements

IGetsTalAttributeSpecs
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX