Class WsPrimaryKeyId

Represents .

Inheritance
System.Object
WsPrimaryKeyId
Implements
System.Xml.Serialization.IXmlSerializable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.BusinessFoundation.Data.WebServices
Assembly: Mediachase.BusinessFoundation.Data.dll
Version: 10.8.0
Syntax
public sealed class WsPrimaryKeyId : IXmlSerializable

Constructors

WsPrimaryKeyId()

Initializes a new instance of the WsPrimaryKeyId class.

Declaration
public WsPrimaryKeyId()

WsPrimaryKeyId(PrimaryKeyId)

Initializes a new instance of the WsPrimaryKeyId class.

Declaration
public WsPrimaryKeyId(PrimaryKeyId pkId)
Parameters
Type Name Description
PrimaryKeyId pkId

The pk id.

Properties

InnerPrimaryKeyId

Gets or sets the inner primary key id.

Declaration
public PrimaryKeyId InnerPrimaryKeyId { get; set; }
Property Value
Type Description
PrimaryKeyId

The inner primary key id.

Methods

ConvertToPrimaryKeyId(WsPrimaryKeyId)

Converts to primary key id.

Declaration
public static PrimaryKeyId ConvertToPrimaryKeyId(WsPrimaryKeyId primaryKeyId)
Parameters
Type Name Description
WsPrimaryKeyId primaryKeyId

The primary key id.

Returns
Type Description
PrimaryKeyId

Create(PrimaryKeyId)

Creates the specified primary key id.

Declaration
public static WsPrimaryKeyId Create(PrimaryKeyId primaryKeyId)
Parameters
Type Name Description
PrimaryKeyId primaryKeyId

The primary key id.

Returns
Type Description
WsPrimaryKeyId

Implements

System.Xml.Serialization.IXmlSerializable