TypeName

Models information for a type name.

Namespace:
KpokEntityTool.Models
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
System.Object
Implements:
System.ComponentModel.INotifyPropertyChanged, System.IEquatable{KpokEntityTool.Models.TypeName}

Constructors

TypeName

Default constructor

Signature:
public Void TypeName()

Events

Type Name Summary
PropertyChangedEventHandler PropertyChanged Notify that a property was changed.

Properties

AssemblyName

Assembly name.

Signature:
public String AssemblyName { get; set; }

Culture

Culture.

Signature:
public String Culture { get; set; }

Name

Name of the type.

Signature:
public String Name { get; set; }

PublicKeyToken

Public key token.

Signature:
public String PublicKeyToken { get; set; }

Version

Type version.

Signature:
public String Version { get; set; }

Methods

Equals

Checks whether other is equal to this object.

Signature:
public Boolean Equals(other)
Returns

true when the objects are equals.

Parameters
Name Type Summary
other TypeName Object to compare.

Equals

Checks whether obj is equal to this object.

Signature:
public Boolean Equals(obj)
Returns

true when the objects are equals.

Parameters
Name Type Summary
obj Object Object to compare.

GetHashCode

Not required, implemented to avoid warnings.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representation of this TypeName.

Signature:
public String ToString()