C# Class Catbert4.Tests.Core.Helpers.AttributeList

Datei anzeigen Open project: ucdavis/Catbert

Public Properties

Property Type Description
AttributeNameStartsWith string
NamedParameters List

Public Methods

Method Description
AttributeList ( string attributeNameStartsWith, List namedParameters ) : System.Collections.Generic

Method Details

AttributeList() public method

public AttributeList ( string attributeNameStartsWith, List namedParameters ) : System.Collections.Generic
attributeNameStartsWith string
namedParameters List
return System.Collections.Generic

Property Details

AttributeNameStartsWith public_oe property

public string AttributeNameStartsWith
return string

NamedParameters public_oe property

public List NamedParameters
return List