C# Class Warehouse.Software

Mostra 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_oe property

Software Description
public string Description
return string

EntryPoint public_oe property

Relative Url entry point.
public string EntryPoint
return string

ID public_oe property

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

Name public_oe property

Software name
public string Name
return string

Namespace public_oe 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_oe property

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

Private public_oe property

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

UrlName public_oe property

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