Method | Description | |
---|---|---|
ConcealDataset ( long entityId, long datasetId ) : void | ||
CreateDataPermission ( long subjectId, long entityId, long dataId, int rightType ) : |
||
Data ( ) : System.Web.Mvc.ActionResult | ||
DeleteDataPermission ( long subjectId, long entityId, long dataId, int rightType ) : bool | ||
Entities_OnSelect ( long entityId ) : System.Web.Mvc.ActionResult | ||
Index ( ) : System.Web.Mvc.ActionResult | ||
PublishDataset ( long entityId, long datasetId ) : void | ||
Subjects ( long dataId, long entityId ) : System.Web.Mvc.ActionResult |
Method | Description | |
---|---|---|
Datasets_Select ( ) : System.Web.Mvc.ActionResult | ||
Subjects_Select ( long dataId, long entityId ) : System.Web.Mvc.ActionResult |
public ConcealDataset ( long entityId, long datasetId ) : void | ||
entityId | long | |
datasetId | long | |
return | void |
public CreateDataPermission ( long subjectId, long entityId, long dataId, int rightType ) : |
||
subjectId | long | |
entityId | long | |
dataId | long | |
rightType | int | |
return |
public Data ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public DeleteDataPermission ( long subjectId, long entityId, long dataId, int rightType ) : bool | ||
subjectId | long | |
entityId | long | |
dataId | long | |
rightType | int | |
return | bool |
public Entities_OnSelect ( long entityId ) : System.Web.Mvc.ActionResult | ||
entityId | long | |
return | System.Web.Mvc.ActionResult |
public Index ( ) : System.Web.Mvc.ActionResult | ||
return | System.Web.Mvc.ActionResult |
public PublishDataset ( long entityId, long datasetId ) : void | ||
entityId | long | |
datasetId | long | |
return | void |
public Subjects ( long dataId, long entityId ) : System.Web.Mvc.ActionResult | ||
dataId | long | |
entityId | long | |
return | System.Web.Mvc.ActionResult |