Class PrefetchPolicyCreator.PreviewResult
A read-only summary of what a Create(Input) call would do, for a Preview step.
Never mutates the project.
Inheritance
PrefetchPolicyCreator.PreviewResult
Assembly: Serenity.UnityAssetPrefetcher.Infrastructure.Editor.dll
Syntax
public sealed class PrefetchPolicyCreator.PreviewResult
Constructors
PreviewResult()
Declaration
Fields
ProfileRows
Declaration
public readonly List<PrefetchPolicyCreator.ProfileResult> ProfileRows
Field Value
ProfilesFolderExists
Declaration
public bool ProfilesFolderExists
Field Value
ProfilesFolderPath
Declaration
public string ProfilesFolderPath
Field Value
ProfilesToUnlink
Profiles the existing registry currently references that are not among the authored
rows — Create(Input) will unlink them (their assets are left on disk, untouched).
Declaration
public readonly List<PrefetchPolicyCreator.ProfileResult> ProfilesToUnlink
Field Value
RegistryAssetPath
Declaration
public string RegistryAssetPath
Field Value
RegistryFolderExists
Declaration
public bool RegistryFolderExists
Field Value
RegistryFolderPath
Declaration
public string RegistryFolderPath
Field Value
RegistryIsNew
Declaration
public bool RegistryIsNew
Field Value