Miner.Responder.Shared.SchemaObjects Namespace : PreviousCallsObject Class |
'Declaration
<System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1")> <System.Diagnostics.DebuggerNonUserCodeAttribute()> <TableNameAttribute("PreviousCalls")> Public Class PreviousCallsObject Inherits Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric(Of PreviousCallsObject)
'Usage
Dim instance As PreviousCallsObject
[System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [System.Diagnostics.DebuggerNonUserCode()] [TableName("PreviousCalls")] public class PreviousCallsObject : Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<PreviousCallsObject>
public class PreviousCallsObject = class(Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric)
System.CodeDom.Compiler.GeneratedCodeAttribute(Tool="TextTemplatingFileGenerator", Version="1") System.Diagnostics.DebuggerNonUserCodeAttribute() TableNameAttribute("PreviousCalls") public class PreviousCallsObject extends Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric
[System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [System.Diagnostics.DebuggerNonUserCode()] [TableName("PreviousCalls")] public __gc class PreviousCallsObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<PreviousCallsObject>
[System.CodeDom.Compiler.GeneratedCode(Tool="TextTemplatingFileGenerator", Version="1")] [System.Diagnostics.DebuggerNonUserCode()] [TableName("PreviousCalls")] public ref class PreviousCallsObject : public Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<PreviousCallsObject>
PreviousCallsObject previouscalls = new PreviousCallsObject(row); //PreviousCallsObject previouscalls = PreviousCallsObject.New(); //PreviousCallsObject previouscalls = PreviousCallsObject.New(dataset); //IEnumerable<PreviousCallsObject> previouscalls = PreviousCallsObject.FindAll(dataset); var convertedValue = previouscalls.Property; // You can still access the original row values or custom fields var objectValue = previouscalls.Row["SomeColumnName"];
System.Object
Miner.Responder.Shared.SchemaObjects.ResponderObjectBaseGeneric<T>
Miner.Responder.Shared.SchemaObjects.PreviousCallsObject
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2