C# Класс Catbert4.Tests.Core.Helpers.NameAndType

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Attributes List
Name string
ParameterAttributes List
Property string

Открытые методы

Метод Описание
NameAndType ( string name, string property, List parameterAttributes ) : System.Collections.Generic
NameAndType ( string name, string property, List attributes ) : System.Collections.Generic

Описание методов

NameAndType() публичный Метод

public NameAndType ( string name, string property, List parameterAttributes ) : System.Collections.Generic
name string
property string
parameterAttributes List
Результат System.Collections.Generic

NameAndType() публичный Метод

public NameAndType ( string name, string property, List attributes ) : System.Collections.Generic
name string
property string
attributes List
Результат System.Collections.Generic

Описание свойств

Attributes публичное свойство

public List Attributes
Результат List

Name публичное свойство

public string Name
Результат string

ParameterAttributes публичное свойство

public List ParameterAttributes
Результат List

Property публичное свойство

public string Property
Результат string