[缺少 "P:Store.Domain.Entities.Reserve.ReservationDaily.IsInput" 的 <summary> 文档]
public bool IsInput { get; set; }
Public Property IsInput As Boolean
Get
Set
public:
property bool IsInput {
bool get ();
void set (bool value);
}
member IsInput : bool with get, set