Skip to content

CSVExport

ClassAssetInventoryAssetInventory.Editor
public sealed class CSVExport

No description is available for this type.

public const string DEFAULT_FILE_NAME = "assets.csv"

No description is available for this member.

Returns

System.String — No return description is available.

public static List<string> GetDefaultFields()

No description is available for this member.

Returns

System.Collections.Generic.List{System.String} — No return description is available.

public static List<string> GetAllFields()

No description is available for this member.

Returns

System.Collections.Generic.List{System.String} — No return description is available.

public static void EnsureSettings(CSVExportSettings settings)

No description is available for this member.

Parameters

Name Type Description
settings AssetInventory.CSVExportSettings
public Task Run(List<AssetInfo> assets, CSVExportSettings settings, string filePath)

No description is available for this member.

Parameters

Name Type Description
assets System.Collections.Generic.List{AssetInventory.AssetInfo}
settings AssetInventory.CSVExportSettings
filePath System.String

Returns

System.Threading.Tasks.Task — No return description is available.

public List<string> BuildLines(List<AssetInfo> assets, CSVExportSettings settings)

No description is available for this member.

Parameters

Name Type Description
assets System.Collections.Generic.List{AssetInventory.AssetInfo}
settings AssetInventory.CSVExportSettings

Returns

System.Collections.Generic.List{System.String} — No return description is available.