Class AssetDto
Represents a data transfer object for conveying asset information between application layers or services.
public class AssetDto
- Inheritance
-
AssetDto
- Inherited Members
- Extension Methods
Properties
Extension
public string? Extension { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Path
public string? Path { get; set; }