Show / Hide Table of Contents

Class PackageData

Inheritance
System.Object
PackageData
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: Terrasoft.Core
Assembly: Terrasoft.Core.dll
Syntax
public class PackageData

Constructors

PackageData()

Declaration
public PackageData()

Properties

AfterPackageInstall

Declaration
public InstallScriptDto[] AfterPackageInstall { get; set; }
Property Value
Type Description
InstallScriptDto[]

BeforePackageInstall

Declaration
public InstallScriptDto[] BeforePackageInstall { get; set; }
Property Value
Type Description
InstallScriptDto[]

BeforePackageUninstall

Declaration
public InstallScriptDto[] BeforePackageUninstall { get; set; }
Property Value
Type Description
InstallScriptDto[]

CreatedBy

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

CreatedOn

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

DependentPackages

Declaration
public PackageData[] DependentPackages { get; set; }
Property Value
Type Description
PackageData[]

DependsOnPackages

Declaration
public PackageData[] DependsOnPackages { get; set; }
Property Value
Type Description
PackageData[]

Description

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

FullPackageVersion

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

Id

Declaration
public Guid Id { get; set; }
Property Value
Type Description
System.Guid

IsApplicationPrimaryPackage

Declaration
[Obsolete("8.0.0 | Property will be removed in future releases.")]
public bool IsApplicationPrimaryPackage { get; set; }
Property Value
Type Description
System.Boolean

IsChanged

Declaration
public bool IsChanged { get; set; }
Property Value
Type Description
System.Boolean

IsLocked

Declaration
public bool IsLocked { get; set; }
Property Value
Type Description
System.Boolean

IsReadOnly

Declaration
public bool IsReadOnly { get; set; }
Property Value
Type Description
System.Boolean

Maintainer

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

ModifiedBy

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

ModifiedOn

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

Name

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

Position

Declaration
public int Position { get; set; }
Property Value
Type Description
System.Int32

RepositoryAddress

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

RepositoryName

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

Type

Declaration
public PackageType Type { get; set; }
Property Value
Type Description
PackageType

UId

Declaration
public Guid UId { get; set; }
Property Value
Type Description
System.Guid

Version

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

Extension Methods

ReflectionUtilities.GetPropertyValue(Object, String)
ReflectionUtilities.GetPropertyDefValue(Object, String, Object)
ReflectionUtilities.TryGetPropertyValue(Object, String, out Object)
ReflectionUtilities.HasProperty(Object, String)
ReflectionUtilities.GetPropertyValue(Object, String, BindingFlags)
ReflectionUtilities.GetPropertyValueByPath(Object, String)
ReflectionUtilities.SetPropertyValue(Object, String, Object)
ReflectionUtilities.TrySetPropertyValue(Object, String, Object)
ValidateUtilities.CheckArgumentNull(Object, String)
ValidateUtilities.CheckDependencyNull(Object, String)
ValidateUtilities.EnsureDependencyNotNull<T>(T, String)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance)
MetaDataTestUtils.MetaPropertiesShouldNotHaveDefValue<TInstance>(TInstance, Boolean)
NSubstituteExtension.Protected(Object, String, Object[])
NSubstituteExtension.Protected(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Object[])
NSubstituteExtension.ProtectedGeneric<T>(Object, String, Boolean, Object[])
NSubstituteExtension.ProtectedProperty(Object, String)
NSubstituteExtension.MatchInstance<T>(T)
SubstituteUtilities.GetIsSubstituteObject(Object)
SubstituteUtilities.Instead<TInstance, TValue>(TInstance, Func<TInstance, TValue>)
Back to top Generated by DocFX