Heureka API .NET Documentation
Area Class Members
Properties  Methods  Events


The following tables list the members exposed by Area.

Public Properties
 NameDescription
Public PropertyAllChildren Gets all children of an area recursively (ie children, grandchildren, grand-grandchildren and so on)  
Public PropertyAllTreatmentUnitInfos Treatment units infos in this area and all children of this area.  
Public PropertyAllTreatmentUnits Treatment units in this area and all children of this area.  
Public PropertyAllTreatmentUnitsCount Number of treatment units in this area and all child areas  
Public PropertyAllTreatmentUnitsEnumerable  
Public PropertyAreaGuid Id of the area.  
Public PropertyChildren Children of this area.  
Public PropertyDescription Description of area (free text)  
Public PropertyForestManager Retrieve the forest manager  
Public PropertyHasInventoryYears Indicates whether Area have inventory years or not  
Public PropertyImportSource Import source  
Public PropertyMaxInventoryYear Gets the latest inventory year  
Public PropertyMaxPeriods Maximum number of periods, used when creating new treatment units  
Public PropertyMaxSelectedInventoryYear Gets the latest inventory year  
Public PropertyMinInventoryYear Gets the earliest inventory year  
Public PropertyMinSelectedInventoryYear Gets the earliest inventory year  
Public PropertyParent Parent of this area.  
Public PropertyParentAreaGuid Gets the guid of parent area.  
Public PropertySamplingTypeCode Type of sampling in area (strata or complete)  
Public PropertySelectedTreatmentUnitCount Number of selected treatment units in this area  
Public PropertySelectedTreatmentUnitCountInInventoryYears Number of selected treatment units (in the current year span) in this area  
Public PropertySelectedTreatmentUnitGuids  
Public PropertySelectedTreatmentUnitGuidsInInventoryYears Selected treatment unit guids (in the current year span) in this area  
Public PropertySelectedTreatmentUnitInfos  
Public PropertySelectedTreatmentUnits Gets selected treatment units (in the current year span) contained in this area.  
Public PropertySize Area, in ha  
Public PropertyTreatmentUnitCount Number of treatment units (in the current year span) in this area  
Public PropertyTreatmentUnitInfos Get treatment unit infos (in the current year span) for this area  
Public PropertyTreatmentUnits Treatment units (in the current year span) contained in this area.  
Top
Public Methods
 NameDescription
Public MethodCompareTo Compares this area to another area by id.  
Public MethodContains Checks if this area contains the given area as a child.  
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodEqualsOverloaded. Determines whether the specified object is equal to the current object.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodIsRoot Checks if this area is a root area or not.  
Public MethodIsTreatmentUnitsLoaded Determines whether treatment units are loaded from the database for this area or not  
Public MethodToStringReturns a string that represents the current object.  
Public MethodUnloadTreatmentUnits Unloads all treatment units, selected units and unit infos, making them subject to garbage collection, unless referenced from other objects. Treatment Units will be loaded again from the database if the TreatmentUnits property of the Area is called.  
Top
Protected Methods
 NameDescription
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Top
Public Events
 NameDescription
Public EventTreatmentUnitChanged Occurs when TreatmentUnit has been added or deleted from area  
Top
See Also

Reference

Area Class
Slu.Heureka.DomainLayer.Forest Namespace

Send Feedback