Home Reference Source Test Repository
public class | source

UID

Extends:

Property → UID

UID property.

See:

Method Summary

Public Methods
public

Check if property has a value.

public

Generate a random GUID.

Inherited Summary

From class Property
public

Determine if the property's value is transformed.

public

value: *

The property's value.

public abstract

Determine if the property's value is transformed. Returning true causes the transformer to be skipped.

public

Get a string representation of the property.

public

Get the property's properties formatted for string output.

public

Get the property's value. The value is transformed if needed.

public abstract

Function that transforms the value.

Public Methods

public shortTransformer(): boolean source

Check if property has a value.

Override:

Property#shortTransformer

Return:

boolean

Whether the property's value is transformed.

public transformer(): string source

Generate a random GUID.

Override:

Property#transformer

Return:

string

The property's transformed value.