C# Class Commencement.Tests.Core.Helpers.NameAndType

Mostra file Open project: ucdavis/Commencement Class Usage Examples

Public Properties

Property Type Description
Attributes List
Name string
ParameterAttributes List
Property string

Public Methods

Method Description
NameAndType ( string name, string property, List parameterAttributes ) : System.Collections.Generic
NameAndType ( string name, string property, List attributes ) : System.Collections.Generic

Method Details

NameAndType() public method

public NameAndType ( string name, string property, List parameterAttributes ) : System.Collections.Generic
name string
property string
parameterAttributes List
return System.Collections.Generic

NameAndType() public method

public NameAndType ( string name, string property, List attributes ) : System.Collections.Generic
name string
property string
attributes List
return System.Collections.Generic

Property Details

Attributes public_oe property

public List Attributes
return List

Name public_oe property

public string Name
return string

ParameterAttributes public_oe property

public List ParameterAttributes
return List

Property public_oe property

public string Property
return string