Show / Hide Table of Contents
View Source

Class Entity

Inheritance
System.Object
Entity
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace:EvilDICOM.Network
Assembly:EvilDICOM.dll
Syntax
public class Entity

Constructors

View Source

Entity(String, String, Int32)

Declaration
public Entity(string aeTitle, string ipAddress, int port)
Parameters
Type Name Description
System.String aeTitle
System.String ipAddress
System.Int32 port

Properties

View Source

AeTitle

Declaration
public string AeTitle { get; set; }
Property Value
Type Description
System.String
View Source

IpAddress

Declaration
public string IpAddress { get; set; }
Property Value
Type Description
System.String
View Source

Port

Declaration
public int Port { get; set; }
Property Value
Type Description
System.Int32

Methods

View Source

CreateLocal(String, Int32)

Declaration
public static Entity CreateLocal(string aeTitle, int port)
Parameters
Type Name Description
System.String aeTitle
System.Int32 port
Returns
Type Description
Entity
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX