Class SearchRange
検索条件:範囲指定クラス
Inheritance
object
SearchRange
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: jp.veritrans.tercerog.mdk.dto
Assembly: cg-mdk-dto.dll
Syntax
public class SearchRange
Properties
From
検索範囲:From
Declaration
[JsonProperty("from")]
public string From { get; set; }
Property Value
Type | Description |
---|---|
string |
To
検索範囲:To
Declaration
[JsonProperty("to")]
public string To { get; set; }
Property Value
Type | Description |
---|---|
string |