Fixed xml doc ref.

This commit is contained in:
soukoku
2014-04-10 07:52:46 -04:00
parent f861cd8c60
commit d20f84329c
5 changed files with 14 additions and 9 deletions

View File

@@ -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.