C# 클래스 PureCloudPlatform.Client.V2.Model.DomainPhysicalInterface

상속: IEquatable
파일 보기 프로젝트 열기: MyPureCloud/platform-client-sdk-dotnet

Private Properties

프로퍼티 타입 설명
DomainPhysicalInterface System

공개 메소드들

메소드 설명
DomainPhysicalInterface ( string Name = null, PureCloudPlatform.Client.V2.Model.Division Division = null, string Description = null, int? Version = null, DateTime? DateCreated = null, DateTime? DateModified = null, string ModifiedBy = null, string CreatedBy = null, string ModifiedByApp = null, string CreatedByApp = null, string EdgeUri = null, string FriendlyName = null, string HardwareAddress = null, string PortLabel = null, PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities = null ) : System

Initializes a new instance of the DomainPhysicalInterface class.

Equals ( other ) : bool

Returns true if DomainPhysicalInterface instances are equal

Equals ( object obj ) : bool

Returns true if objects are equal

GetHashCode ( ) : int

Gets the hash code

ToJson ( ) : string

Returns the JSON string presentation of the object

ToString ( ) : string

Returns the string presentation of the object

비공개 메소드들

메소드 설명
DomainPhysicalInterface ( ) : System

메소드 상세

DomainPhysicalInterface() 공개 메소드

Initializes a new instance of the DomainPhysicalInterface class.
public DomainPhysicalInterface ( string Name = null, PureCloudPlatform.Client.V2.Model.Division Division = null, string Description = null, int? Version = null, DateTime? DateCreated = null, DateTime? DateModified = null, string ModifiedBy = null, string CreatedBy = null, string ModifiedByApp = null, string CreatedByApp = null, string EdgeUri = null, string FriendlyName = null, string HardwareAddress = null, string PortLabel = null, PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities = null ) : System
Name string The name of the entity. (required).
Division PureCloudPlatform.Client.V2.Model.Division The division to which this entity belongs..
Description string The resource's description..
Version int? The current version of the resource..
DateCreated DateTime? The date the resource was created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z.
DateModified DateTime? The date of the last modification to the resource. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z.
ModifiedBy string The ID of the user that last modified the resource..
CreatedBy string The ID of the user that created the resource..
ModifiedByApp string The application that last modified the resource..
CreatedByApp string The application that created the resource..
EdgeUri string EdgeUri.
FriendlyName string FriendlyName.
HardwareAddress string HardwareAddress.
PortLabel string PortLabel.
PhysicalCapabilities PureCloudPlatform.Client.V2.Model.DomainPhysicalCapabilities PhysicalCapabilities.
리턴 System

Equals() 공개 메소드

Returns true if DomainPhysicalInterface instances are equal
public Equals ( other ) : bool
other Instance of DomainPhysicalInterface to be compared
리턴 bool

Equals() 공개 메소드

Returns true if objects are equal
public Equals ( object obj ) : bool
obj object Object to be compared
리턴 bool

GetHashCode() 공개 메소드

Gets the hash code
public GetHashCode ( ) : int
리턴 int

ToJson() 공개 메소드

Returns the JSON string presentation of the object
public ToJson ( ) : string
리턴 string

ToString() 공개 메소드

Returns the string presentation of the object
public ToString ( ) : string
리턴 string