C# 클래스 SolarCalculator.SolarCalculatorSoe

상속: SoeBase, IServerObjectExtension, IObjectConstruct, IRESTRequestHandler
파일 보기 프로젝트 열기: steveoh/SolarCalculator

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Construct ( IPropertySet props ) : void

This is where you put any expensive business logic that you don’t need to run on each request. For example, if you know you’re always working with the same layer in the map, you can put the code to get the layer here.

SolarCalculatorSoe ( ) : System.Runtime.InteropServices

Initializes a new instance of the SolarCalculatorSoe class. If you have business logic that you want to run when the SOE first becomes enabled, don’t here; instead, use the following IObjectConstruct.Construct() method found in SoeBase.cs

메소드 상세

Construct() 공개 메소드

This is where you put any expensive business logic that you don’t need to run on each request. For example, if you know you’re always working with the same layer in the map, you can put the code to get the layer here.
public Construct ( IPropertySet props ) : void
props IPropertySet The props.
리턴 void

SolarCalculatorSoe() 공개 메소드

Initializes a new instance of the SolarCalculatorSoe class. If you have business logic that you want to run when the SOE first becomes enabled, don’t here; instead, use the following IObjectConstruct.Construct() method found in SoeBase.cs
public SolarCalculatorSoe ( ) : System.Runtime.InteropServices
리턴 System.Runtime.InteropServices