File

projects/wms-framework/src/lib/basecomponentmodel/DescriptionMetadata.ts

Description

Description metadata class

Extends

MetadataAttribute

Index

Properties
Methods

Properties

Public description
Type : string
Default value : null

The description property

Methods

Public OnAppliedTo
OnAppliedTo(target: any)
Inherited from MetadataAttribute

On applied to a soruce element

Parameters :
Name Type Optional
target any No
Returns : void
import { MetadataAttribute } from '../baseframework/MetadataAttribute';

/**
 * Description metadata class
 *
 * @export
 * @class DescriptionMetadata
 * @extends {MetadataAttribute}
 * @wType System.ComponentModel.DescriptionAttribute
 */
export class DescriptionMetadata extends MetadataAttribute {
  /**
   * The description property
   *
   * @type {string}
   * @memberof DescriptionMetadata
   * @wProperty Description
   */
  public description: string = null;
}

result-matching ""

    No results matching ""