mirror of
https://github.com/soukoku/ntwain.git
synced 2025-09-18 17:47:57 +08:00
Fixed xml doc ref.
This commit is contained in:
@@ -88,7 +88,7 @@ namespace NTwain.Data
|
||||
public ItemType ItemType { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the one value if container is <see cref="ContainerType.Array"/>.
|
||||
/// Gets the one value if container is <see cref="NTwain.Values.ContainerType.Array"/>.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The one value.
|
||||
@@ -96,7 +96,7 @@ namespace NTwain.Data
|
||||
public object OneValue { get; private set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the collection values if container is <see cref="ContainerType.Enum"/> or <see cref="ContainerType.Range"/> .
|
||||
/// Gets the collection values if container is <see cref="NTwain.Values.ContainerType.Enum"/> or <see cref="NTwain.Values.ContainerType.Range"/> .
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The collection values.
|
||||
@@ -108,11 +108,11 @@ namespace NTwain.Data
|
||||
#region enum prop
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current value index if container is <see cref="ContainerType.Enum"/>.
|
||||
/// Gets the current value index if container is <see cref="NTwain.Values.ContainerType.Enum"/>.
|
||||
/// </summary>
|
||||
public int EnumCurrentIndex { get; private set; }
|
||||
/// <summary>
|
||||
/// Gets the default value index if container is <see cref="ContainerType.Enum" />.
|
||||
/// Gets the default value index if container is <see cref="NTwain.Values.ContainerType.Enum" />.
|
||||
/// </summary>
|
||||
public int EnumDefaultIndex { get; private set; }
|
||||
|
||||
@@ -121,14 +121,14 @@ namespace NTwain.Data
|
||||
#region range prop
|
||||
|
||||
/// <summary>
|
||||
/// Gets the current value if container is <see cref="ContainerType.Range" />.
|
||||
/// Gets the current value if container is <see cref="NTwain.Values.ContainerType.Range" />.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The range current value.
|
||||
/// </value>
|
||||
public object RangeCurrentValue { get; private set; }
|
||||
/// <summary>
|
||||
/// Gets the default value if container is <see cref="ContainerType.Range" />.
|
||||
/// Gets the default value if container is <see cref="NTwain.Values.ContainerType.Range" />.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The range default value.
|
||||
|
Reference in New Issue
Block a user