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 SourceEntity(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 SourceAeTitle
Declaration
public string AeTitle { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IpAddress
Declaration
public string IpAddress { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Port
Declaration
public int Port { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
View SourceCreateLocal(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 |