C# Класс DRObjects.Sites.SiteData

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

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

Метод Описание
IncrementActorCounts ( ) : void

Incremements the actor counts for this site up to the maximum amount for this type

LoadAppropriateActorCounts ( ) : void

Loads the actor counts from the SiteTypeData. Will first try to get an exact match. If it does not find one, it will get the default. Will overwrite the actor counts

SiteData ( ) : System

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

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

Incremements the actor counts for this site up to the maximum amount for this type
public IncrementActorCounts ( ) : void
Результат void

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

Loads the actor counts from the SiteTypeData. Will first try to get an exact match. If it does not find one, it will get the default. Will overwrite the actor counts
public LoadAppropriateActorCounts ( ) : void
Результат void

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

public SiteData ( ) : System
Результат System