AppActs.Client.Model.TileTrendAndValueOne.IsEmpty C# (CSharp) Method

IsEmpty() public method

public IsEmpty ( ) : bool
return bool
        public override bool IsEmpty()
        {
            return this.ValueOne == null;
        }
TileTrendAndValueOne