/* ============================================================================== * 功能描述:SagaCheckResult * 创 建 者:Garrett * 创建日期:2019/5/31 16:20:46 * ==============================================================================*/ namespace ServiceRevitLib.Mode { /// /// SagaCheckResult /// class ParameterIntegrityCheckResult : ResultBase { /// /// 族名称 /// public string FamilyName { get; set; } } }