• Articles
  • API Documentation
Show / Hide Table of Contents
  • Wavefire.Nexus.ScriptObjects
    • AppScriptObject
    • ExtendableScriptObject
    • HostScriptObject
    • OrgScriptObject
    • OrgTemplateScriptObject
    • UserScriptObject

Class OrgTemplateScriptObject

Script object for a Wavefire Organisation Template

Inheritance
System.Object
OrgTemplateScriptObject
Namespace: Wavefire.Nexus.ScriptObjects
Assembly: Wavefire.Nexus.dll
Syntax
public class OrgTemplateScriptObject

Constructors

OrgTemplateScriptObject()

Initializes a new instance of the System.Object class.

Declaration
public OrgTemplateScriptObject()

OrgTemplateScriptObject(OrgTemplate)

Initializes a new instance of the System.Object class.

Declaration
public OrgTemplateScriptObject(OrgTemplate src)
Parameters
Type Name Description
Wavefire.Nexus.Ef.OrgTemplate src

Properties

Name

The name used to identify this type of organisation.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

PluralName

The plural term for organisations of this type (e.g. 'ISVs').

Declaration
public string PluralName { get; set; }
Property Value
Type Description
System.String

SingularName

The singular term for organisations of this type (e.g. 'ISV').

Declaration
public string SingularName { get; set; }
Property Value
Type Description
System.String
Back to top © Virium Innovations 2017