Show / Hide Table of Contents

Class DocumentHeader

Заголовок документа.

Inheritance
System.Object
DocumentHeader
Namespace:InfinniPlatform.DocumentStorage
Assembly:InfinniPlatform.DocumentStorage.Abstractions.dll
Syntax
public class DocumentHeader : object

Properties

| Improve this Doc View Source

_created

Дата создания документа.

Declaration
public DateTime? _created { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

_createUser

Имя пользователя, который создал документ.

Declaration
public string _createUser { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

_createUserId

Идентификатор пользователя, который создал документ.

Declaration
public string _createUserId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

_deleted

Дата удаления документа.

Declaration
public DateTime? _deleted { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

_deleteUser

Имя пользователя, который удалил документ.

Declaration
public string _deleteUser { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

_deleteUserId

Идентификатор пользователя, который удалил документ.

Declaration
public string _deleteUserId { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

_tenant

Идентификатор арендатора сервиса.

Declaration
public string _tenant { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

_updated

Дата последнего изменения документа.

Declaration
public DateTime? _updated { get; set; }
Property Value
Type Description
System.Nullable<DateTime>
| Improve this Doc View Source

_updateUser

Имя пользователя, который последний изменил документ.

Declaration
public string _updateUser { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

_updateUserId

Идентификатор пользователя, который последний изменил документ.

Declaration
public string _updateUserId { get; set; }
Property Value
Type Description
System.String

Extension Methods

DynamicCollectionExtensions.GetItem(Object, Int32)
DynamicCollectionExtensions.SetItem(Object, Int32, Object)
DynamicCollectionExtensions.AddItem(Object, Object)
DynamicCollectionExtensions.InsertItem(Object, Int32, Object)
DynamicCollectionExtensions.RemoveItem(Object, Object)
DynamicCollectionExtensions.RemoveItemAt(Object, Int32)
DynamicCollectionExtensions.MoveItem(Object, Object, Int32)
DynamicObjectExtensions.TryGetPropertyValue(Object, String)
DynamicObjectExtensions.TrySetPropertyValue(Object, String, Object)
DynamicObjectExtensions.TryGetPropertyValueByPath(Object, String)
DynamicObjectExtensions.TrySetPropertyValueByPath(Object, String, Object)
ReflectionExtensions.IsInstanceOfType(Object, Type)
ReflectionExtensions.GetMemberValue(Object, String)
ReflectionExtensions.SetMemberValue(Object, String, Object)
ReflectionExtensions.InvokeMember(Object, String, Object[], out Object, Type[])
ReflectionExtensions.GetFieldValue(Object, FieldInfo)
ReflectionExtensions.SetFieldValue(Object, FieldInfo, Object)
ReflectionExtensions.GetPropertyValue(Object, PropertyInfo)
ReflectionExtensions.SetPropertyValue(Object, PropertyInfo, Object)
ReflectionExtensions.GetMethodDelegate(Object, MethodInfo)
ReflectionExtensions.GetEventDelegate(Object, EventInfo)
ReflectionExtensions.SetEventDelegate(Object, EventInfo, Object)
CommonExtensions.ExecuteSilent<T>(T, Action<T>)
  • Improve this Doc
  • View Source
Back to top © Copyright Infinnity Solutions Ltd, 2010–2017.