Show / Hide Table of Contents

Class ExtendedPackage

Inheritance
System.Object
BasePackage
ExtendedPackage
ManagePackage_SavePackageChanges.ApiData
ManagePackage_SavePackageChanges.PostApi
Inherited Members
BasePackage.Id
BasePackage.Name
BasePackage.PackageKey
BasePackage.Description
BasePackage.NeedsBilling
BasePackage.Ordinal
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Appearition.Packaging
Assembly: Appearition.SDK.dll
Syntax
[Serializable]
public class ExtendedPackage : BasePackage

Fields

View Source

AllowedDomainNames

Declaration
public string AllowedDomainNames
Field Value
Type Description
System.String
View Source

CreateNewChannel

Declaration
public bool CreateNewChannel
Field Value
Type Description
System.Boolean
View Source

DefaultChannelName

Declaration
public string DefaultChannelName
Field Value
Type Description
System.String
View Source

ExpireAtEndOfDay

Declaration
public bool ExpireAtEndOfDay
Field Value
Type Description
System.Boolean
View Source

ExpiryPeriodLength

Declaration
public int ExpiryPeriodLength
Field Value
Type Description
System.Int32
View Source

ExpiryPeriodType

Declaration
public string ExpiryPeriodType
Field Value
Type Description
System.String
View Source

FallbackPackageId

Declaration
public int FallbackPackageId
Field Value
Type Description
System.Int32
View Source

IsNew

Declaration
public bool IsNew
Field Value
Type Description
System.Boolean
View Source

IsPublished

Declaration
public bool IsPublished
Field Value
Type Description
System.Boolean
View Source

IsPublishedOriginal

Declaration
public bool IsPublishedOriginal
Field Value
Type Description
System.Boolean
View Source

Modules

Declaration
public List<ExtendedModule> Modules
Field Value
Type Description
System.Collections.Generic.List<ExtendedModule>
View Source

ProductId

Declaration
public int ProductId
Field Value
Type Description
System.Int32
View Source

RoleToAllocate

Declaration
public string RoleToAllocate
Field Value
Type Description
System.String

Extension Methods

ObjectExtension.ToStream(Object)
  • View Source
Back to top Generated by DocFX