Click or drag to resize
IAuthorizationObject Interface
权限对象接口

Namespace: X3Platform
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface IAuthorizationObject : ISerializedObject

The IAuthorizationObject type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
反序列化对象
(Inherited from ISerializedObject.)
Public methodSerializable
序列化对象
(Inherited from ISerializedObject.)
Public methodSerializable(Boolean, Boolean)
序列化对象
(Inherited from ISerializedObject.)
Top
Properties
  NameDescription
Public propertyId
标识
Public propertyLock
防止意外删除 0 不锁定 | 1 锁定(默认)
Public propertyName
名称
Public propertyRemark
备注
Public propertyStatus
状态
Public propertyType
类型
Public propertyUpdateDate
更新时间
Top
See Also