Class AppManager

Implements operations for the application manager.

Inheritance
System.Object
AppManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Core.Managers
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public static class AppManager

Methods

GetApplicationDto()

Gets an application DTO with all rows.

Declaration
public static AppDto GetApplicationDto()
Returns
Type Description
AppDto

An application DTO with all rows.

GetApplicationDto(Guid)

Gets an application DTO filtered by application id.

Declaration
public static AppDto GetApplicationDto(Guid applicationId)
Parameters
Type Name Description
System.Guid applicationId

The application id.

Returns
Type Description
AppDto

An application DTO with all rows matching applicationId.

GetApplicationDto(String)

Gets an application DTO filtered by name.

Declaration
public static AppDto GetApplicationDto(string name)
Parameters
Type Name Description
System.String name

The name.

Returns
Type Description
AppDto

An application DTO with all rows matching name.

SaveApplication(AppDto)

Saves the application.

Declaration
public static void SaveApplication(AppDto dto)
Parameters
Type Name Description
AppDto dto

The dto.