C# Класс Landis.Extension.BaseHarvest.InclusionRule

a struct for the inclusion-rule type to hold all parameters
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
InclusionRule ( string inclusion_type, AgeRange age_range, string temp_percent, List species_list ) : Landis.Library.AgeOnlyCohorts

constructor, assign members of the stucture

InclusionRule ( string inclusion_type, AgeRange age_range, string temp_percent, List species_list ) : System

constructor, assign members of the stucture

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

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

constructor, assign members of the stucture
public InclusionRule ( string inclusion_type, AgeRange age_range, string temp_percent, List species_list ) : Landis.Library.AgeOnlyCohorts
inclusion_type string
age_range AgeRange
temp_percent string
species_list List
Результат Landis.Library.AgeOnlyCohorts

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

constructor, assign members of the stucture
public InclusionRule ( string inclusion_type, AgeRange age_range, string temp_percent, List species_list ) : System
inclusion_type string
age_range AgeRange
temp_percent string
species_list List
Результат System