Click or drag to resize
ObjectImplAttributeInterface Property
Gets or sets the CLR type of the Business Object interface that should be tied to the ice.NET object type identified by the ObjTypeName property.

Namespace: PDTec.IceNet.Core.Model.Implementation
Assembly: PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntax
C#
public Type Interface { get; set; }

Property Value

Type: Type
See Also