Show / Hide Table of Contents

Class AttributeDefinitionsProvider

Implementation of IGetsAttributeDefinitions which parses and returns a collection of AttributeDefinition from an 'attributes' attribute value.

Inheritance
System.Object
AttributeDefinitionsProvider
Implements
IGetsAttributeDefinitions
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 AttributeDefinitionsProvider : IGetsAttributeDefinitions

Methods

| Improve this Doc View Source

GetDefinitions(String, INode)

Gets the attribute definitions from the specified attributesAttributeValue.

Declaration
public IEnumerable<AttributeDefinition> GetDefinitions(string attributesAttributeValue, INode node)
Parameters
Type Name Description
System.String attributesAttributeValue

The TAL 'attributes' attribute value.

INode node

The node node upon which the attributes are defined.

Returns
Type Description
System.Collections.Generic.IEnumerable<AttributeDefinition>

The attribute definitions.

Implements

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