02.05.2014 Views

CoreandServices.book - Ocean - Schlumberger

CoreandServices.book - Ocean - Schlumberger

CoreandServices.book - Ocean - Schlumberger

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Custom Worksteps<br />

Here is the example workstep implementation of IDescriptionSource:<br />

class MyUpscalingWorkstep : Workstep,<br />

IDescriptionSource<br />

{<br />

...<br />

public IDescription Description<br />

{<br />

get { return MyUWDesc.Instance; }<br />

}<br />

public class MyUWDesc : IDescription<br />

{<br />

public string Name<br />

{<br />

get { return “My Workstep”; }<br />

}<br />

public string ShortDescription<br />

{<br />

get { return "Upscale a well log."; }<br />

}<br />

public string Description<br />

{<br />

get { return "Create a grid property from well log data values";}<br />

}<br />

private static MyUWDesc instance = new MyUWDesc();<br />

public static MyUWDesc Instance<br />

{<br />

get { return instance; }<br />

}<br />

}<br />

}<br />

6-312 <strong>Ocean</strong> Application Development Framework 2008.1<br />

<strong>Schlumberger</strong> Private

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!