|
|
|
@ -40,12 +40,6 @@ namespace GBase |
|
|
|
protected async Task<IEnumerable<TProperty>> GetValues<TProperty>(T @this, string propertyName, CancellationToken cancellationToken) => |
|
|
|
protected async Task<IEnumerable<TProperty>> GetValues<TProperty>(T @this, string propertyName, CancellationToken cancellationToken) => |
|
|
|
await _gBaseTable.GetValues<TProperty>(@this, propertyName, cancellationToken); |
|
|
|
await _gBaseTable.GetValues<TProperty>(@this, propertyName, cancellationToken); |
|
|
|
|
|
|
|
|
|
|
|
/// <summary> |
|
|
|
|
|
|
|
/// Initialize this <see cref="GBaseObject{T}"/> from a given <see cref="string"/> |
|
|
|
|
|
|
|
/// </summary> |
|
|
|
|
|
|
|
/// <param name="string">The given <see cref="string"/></param> |
|
|
|
|
|
|
|
public abstract void InitializeFromString(string @string); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public abstract void Initialize(GBaseKey key, List<object> parameters); |
|
|
|
public abstract void Initialize(GBaseKey key, List<object> parameters); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |