C# Class ParkitectNexus.Data.Assets.AssetInfoAttribute

Inheritance: System.Attribute
Mostra file Open project: ParkitectNexus/ParkitectNexusClient

Public Methods

Method Description
AssetInfoAttribute ( string contentType ) : System

Initializes a new instance of the AssetInfoAttribute class.

Method Details

AssetInfoAttribute() public method

Initializes a new instance of the AssetInfoAttribute class.
public AssetInfoAttribute ( string contentType ) : System
contentType string Type of the content.
return System