//------------------------------------------------------------------------------
// This is auto-generated code.
//------------------------------------------------------------------------------
// This code was generated by Entity Developer tool using NHibernate template.
// Code is generated on: 2016/4/29 下午 04:28:50
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
//------------------------------------------------------------------------------
using System;
using System.Collections;
using System.ComponentModel;
using System.Linq;
using System.Text;
using System.Collections.Generic;
namespace TaiPower.Dmm.Model
{
///
/// There are no comments for TaiPower.Dmm.Model.CONNECTIVITY in the schema.
///
public partial class CONNECTIVITY {
#region Extensibility Method Definitions
///
/// There are no comments for OnCreated in the schema.
///
partial void OnCreated();
public override bool Equals(object obj)
{
CONNECTIVITY toCompare = obj as CONNECTIVITY;
if (toCompare == null)
{
return false;
}
if (!Object.Equals(this.FSC, toCompare.FSC))
return false;
if (!Object.Equals(this.UFID, toCompare.UFID))
return false;
return true;
}
public override int GetHashCode()
{
int hashCode = 13;
hashCode = (hashCode * 7) + FSC.GetHashCode();
hashCode = (hashCode * 7) + UFID.GetHashCode();
return hashCode;
}
#endregion
///
/// There are no comments for CONNECTIVITY constructor in the schema.
///
public CONNECTIVITY()
{
OnCreated();
}
///
/// There are no comments for FSC in the schema.
///
public virtual int FSC
{
get;
set;
}
///
/// There are no comments for UFID in the schema.
///
public virtual long UFID
{
get;
set;
}
///
/// There are no comments for N1 in the schema.
///
public virtual System.Nullable N1
{
get;
set;
}
///
/// There are no comments for N2 in the schema.
///
public virtual System.Nullable N2
{
get;
set;
}
///
/// There are no comments for FDR1 in the schema.
///
public virtual System.Nullable FDR1
{
get;
set;
}
///
/// There are no comments for FDR2 in the schema.
///
public virtual System.Nullable FDR2
{
get;
set;
}
///
/// There are no comments for DIR in the schema.
///
public virtual System.Nullable DIR
{
get;
set;
}
///
/// There are no comments for OHUG in the schema.
///
public virtual System.Nullable OHUG
{
get;
set;
}
///
/// There are no comments for OSTATUS in the schema.
///
public virtual System.Nullable OSTATUS
{
get;
set;
}
///
/// There are no comments for PHASE in the schema.
///
public virtual System.Nullable PHASE
{
get;
set;
}
///
/// There are no comments for X in the schema.
///
public virtual System.Nullable X
{
get;
set;
}
///
/// There are no comments for Y in the schema.
///
public virtual System.Nullable Y
{
get;
set;
}
}
}