Class AssetCategory
Inheritance
System.Object
AssetCategory
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: ImageVault.Common.Data
Assembly: ImageVault.Common.dll
Syntax
public class AssetCategory
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 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 |