C# Class Ensage.Common.Objects.Names

The names.
Show file Open project: EnsageSharp/Ensage.Common

Public Methods

Method Description
StoredName ( this entity ) : string

The stored name.

Private Methods

Method Description
Init ( ) : void

The initialize.

Method Details

StoredName() public static method

The stored name.
public static StoredName ( this entity ) : string
entity this /// The entity. ///
return string