BagAttribute

Marks a class as a PropertyBag.

Namespace:
Inetdev.PropertyBag
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Attribute

Constructors

BagAttribute

Initializes a new instance of BagAttribute.

Signature:
public Void BagAttribute(bagKey, caption)
Parameters
Name Type Summary
bagKey String Bag key that groups the properties on the store.
caption String Caption of the property bag.
Exceptions
Type Summary
ArgumentNullOrEmptyException Thrown when bagKey is null or empty.
ArgumentNullOrEmptyException Thrown when caption is null or empty.

Properties

BagKey

Bag key that groups the properties on the store.

Signature:
public String BagKey { get; set; }

Caption

Caption of the property bag.

Signature:
public String Caption { get; set; }

Description

Description of the property bag.

Signature:
public String Description { get; set; }

ResourceType

Type for getting string resources.

Signature:
public Type ResourceType { get; set; }