NavigationalProperty

Models a navigational property of an Entity.

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

Constructors

NavigationalProperty

Default constructor

Signature:
public Void NavigationalProperty()

Events

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

Properties

Access

Access modifier for the property.

Signature:
public AccessModifier Access { get; set; }

DataModelType

Type name of the DataModel returned by the filter.

Signature:
public String DataModelType { get; set; }

IsParent

Whether this property represents the parent entity.

Signature:
public Boolean IsParent { get; set; }

IsSingle

Whether the navigational property returns a single element.

Signature:
public Boolean IsSingle { get; set; }

Name

Navigational property name.

Signature:
public String Name { get; set; }

Summary

Documentation.

Signature:
public String Summary { get; set; }

Methods

Equals

Checks whether other is equals to this object.

Signature:
public Boolean Equals(other)
Returns

true if the objects are equal.

Parameters
Name Type Summary
other NavigationalProperty Object to compare.

Equals

Checks whether obj is equals to this object.

Signature:
public Boolean Equals(obj)
Returns

true if the objects are equal.

Parameters
Name Type Summary
obj Object Object to compare.

GetHashCode

Not required implementes to avoid warnings.

Signature:
public Int32 GetHashCode()

ToString

Returns a textual representation of the navigational property.

Signature:
public String ToString()