Class BaseEntity
Abstract class that represents the base of all entities.
Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Fibula.Data.Entities
Assembly: Fibula.Data.Entities.dll
Syntax
public abstract class BaseEntity : IIdentifiableEntity, IEntityProperties
| Improve this Doc View SourceId
Gets or sets the id of this entity.
Declaration
public string Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String |