Class AssetCategory
Inheritance
System.Object
AssetCategory
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class AssetCategory : Object
Constructors
AssetCategory()
Default constructor
Declaration
public AssetCategory()
AssetCategory(AssetCategory)
Copy constructor
Declaration
public AssetCategory(AssetCategory c)
Parameters
Type | Name | Description |
---|---|---|
AssetCategory | c |
Properties
Id
Declaration
public Nullable<int> Id { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |