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