TableEntryExtensions Class

Definition

Overload class for getting typed data from an ITableEntry.

public ref class TableEntryExtensions abstract sealed
public ref class TableEntryExtensions abstract sealed
class TableEntryExtensions abstract sealed
public static class TableEntryExtensions
type TableEntryExtensions = class
Public Module TableEntryExtensions
Inheritance
TableEntryExtensions

Methods

TryGetValue<T>(ITableEntry, String, T)

Try to get data of type T from an entry.

TryGetValue<T>(ITableEntry, String, T, Func<T>)

Try to get data of type T from an entry.

TryGetValue<T>(ITableEntry, String, T, T)

Try to get data of type T from an entry.

Applies to