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

Afficher le fichier Open project: ucdavis/Catbert Class Usage Examples

Méthodes publiques

Свойство Type Description
Attributes List
Name string
ParameterAttributes List
Property string

Méthodes publiques

Méthode 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 méthode

public NameAndType ( string name, string property, List parameterAttributes ) : System.Collections.Generic
name string
property string
parameterAttributes List
Résultat System.Collections.Generic

NameAndType() public méthode

public NameAndType ( string name, string property, List attributes ) : System.Collections.Generic
name string
property string
attributes List
Résultat System.Collections.Generic

Property Details

Attributes public_oe property

public List Attributes
Résultat List

Name public_oe property

public string Name
Résultat string

ParameterAttributes public_oe property

public List ParameterAttributes
Résultat List

Property public_oe property

public string Property
Résultat string