Show / Hide Table of Contents

Class Extensions

Inheritance
System.Object
Extensions
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public static class Extensions

Methods

AddFrom(AttributesTable, String, AttributeCollection)

Adds the given attributes.

Declaration
public static void AddFrom(this AttributesTable table, string name, AttributeCollection tags)
Parameters
AttributesTable table

System.String name

AttributeCollection tags

AddFrom(AttributesTable, String, AttributeCollection, String)

Adds the given attributes.

Declaration
public static void AddFrom(this AttributesTable table, string name, AttributeCollection tags, string defaultValue)
Parameters
AttributesTable table

System.String name

AttributeCollection tags

System.String defaultValue

ExtractName(IAttributeCollection)

Extracts the name field using refs when appropriate.

Declaration
public static string ExtractName(this IAttributeCollection attributes)
Parameters
IAttributeCollection attributes

Returns
System.String

Back to top Built by Itinero, MIT licensed.