C# 클래스 Shesha.Domain.FullPowerChildEntity

Base class to use for entities that need support for setting Owner entity as well as most commonly used entity-level framework features: * guid as identifier * fully auditable * multi-tenancy support Note: discriminator is not included as it's not used in most cases
상속: Shesha.Domain.FullPowerEntity, IHasOwningEntityLink
파일 보기 프로젝트 열기: Boxfusion/shesha-core

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
SetOwner ( string ownerType, string ownerId ) : void

Set owner with type alias and ID

SetOwner ( IEntity entity ) : void

Sets owner with an entity object

메소드 상세

SetOwner() 공개 메소드

Set owner with type alias and ID
public SetOwner ( string ownerType, string ownerId ) : void
ownerType string
ownerId string
리턴 void

SetOwner() 공개 메소드

Sets owner with an entity object
public SetOwner ( IEntity entity ) : void
entity IEntity
리턴 void