C# Class Warehouse.Software

Show file Open project: Starcounter/Warehouse Class Usage Examples

Public Properties

Property Type Description
Description string
EntryPoint string
ID string
Name string
Namespace string
Organization Organization
Private bool
UrlName string

Private Methods

Method Description
DeleteHook ( object sender, object entity ) : void
UpdateHook ( object sender, object entity ) : void

Property Details

Description public property

Software Description
public string Description
return string

EntryPoint public property

Relative Url entry point.
public string EntryPoint
return string

ID public property

Unique software id per organization (based on organization.Name and this.Namespace
public string ID
return string

Name public property

Software name
public string Name
return string

Namespace public property

Software Namespace. The namespace is unique per organization and connects a uploaded version with a specific application
public string Namespace
return string

Organization public property

Organiation where this software belongs to
public Organization,Warehouse Organization
return Organization

Private public property

A Private software can not be referenced from outside it's own organization
public bool Private
return bool

UrlName public property

Unique software name per organization Url safe
This is generated base on the 'Name' property
public string UrlName
return string